mirror of
https://github.com/GOSTSec/ccminer
synced 2025-02-02 01:44:32 +00:00
lyra2: clean the intelli-non-sense stuff
This commit is contained in:
parent
c66e8622b3
commit
b549bd54fe
@ -1,9 +1,9 @@
|
|||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
|
|
||||||
#ifdef __INTELLISENSE__
|
#ifdef __INTELLISENSE__
|
||||||
/* just for vstudio code colors */
|
/* just for vstudio code colors, only uncomment that temporary, dont commit it */
|
||||||
#undef __CUDA_ARCH__
|
//#undef __CUDA_ARCH__
|
||||||
#define __CUDA_ARCH__ 500
|
//#define __CUDA_ARCH__ 500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "cuda_helper.h"
|
#include "cuda_helper.h"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/* SM 2/3/3.5 Variant for lyra2REv2 */
|
/* SM 2/3/3.5 Variant for lyra2REv2 */
|
||||||
|
|
||||||
#ifdef __INTELLISENSE__
|
#ifdef __INTELLISENSE__
|
||||||
/* just for vstudio code colors */
|
/* just for vstudio code colors, only uncomment that temporary, dont commit it */
|
||||||
#undef __CUDA_ARCH__
|
//#undef __CUDA_ARCH__
|
||||||
#define __CUDA_ARCH__ 350
|
//#define __CUDA_ARCH__ 500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TPB20 64
|
#define TPB20 64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user