Skip to content

Commit

Permalink
lyra2: clean the intelli-non-sense stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Feb 8, 2017
1 parent c66e862 commit b549bd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lyra2/cuda_lyra2_sm2.cuh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include <memory.h>

#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"
Expand Down
6 changes: 3 additions & 3 deletions lyra2/cuda_lyra2v2_sm3.cuh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b549bd5

Please sign in to comment.