diff --git a/lyra2/cuda_lyra2_sm2.cuh b/lyra2/cuda_lyra2_sm2.cuh index 94e8756..18263b2 100644 --- a/lyra2/cuda_lyra2_sm2.cuh +++ b/lyra2/cuda_lyra2_sm2.cuh @@ -1,9 +1,9 @@ #include #ifdef __INTELLISENSE__ -/* just for vstudio code colors */ -#undef __CUDA_ARCH__ -#define __CUDA_ARCH__ 500 +/* just for vstudio code colors, only uncomment that temporary, dont commit it */ +//#undef __CUDA_ARCH__ +//#define __CUDA_ARCH__ 500 #endif #include "cuda_helper.h" diff --git a/lyra2/cuda_lyra2v2_sm3.cuh b/lyra2/cuda_lyra2v2_sm3.cuh index 1b20485..0999a26 100644 --- a/lyra2/cuda_lyra2v2_sm3.cuh +++ b/lyra2/cuda_lyra2v2_sm3.cuh @@ -1,9 +1,9 @@ /* SM 2/3/3.5 Variant for lyra2REv2 */ #ifdef __INTELLISENSE__ -/* just for vstudio code colors */ -#undef __CUDA_ARCH__ -#define __CUDA_ARCH__ 350 +/* just for vstudio code colors, only uncomment that temporary, dont commit it */ +//#undef __CUDA_ARCH__ +//#define __CUDA_ARCH__ 500 #endif #define TPB20 64