1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-22 12:34:17 +00:00

lyra2v2 fix define position

This commit is contained in:
Tanguy Pruvot 2016-06-11 13:37:51 +02:00
parent bbd3c6d5b9
commit 41a68f8f78

View File

@ -14,6 +14,8 @@
#define __CUDA_ARCH__ 500 #define __CUDA_ARCH__ 500
#endif #endif
#define TPB 32
#if __CUDA_ARCH__ >= 500 #if __CUDA_ARCH__ >= 500
#include "cuda_lyra2_vectors.h" #include "cuda_lyra2_vectors.h"
@ -22,8 +24,6 @@
#define Ncol 4 #define Ncol 4
#define memshift 3 #define memshift 3
#define TPB 32
__device__ uint2x4 *DMatrix; __device__ uint2x4 *DMatrix;
__device__ __forceinline__ uint2 LD4S(const int index) __device__ __forceinline__ uint2 LD4S(const int index)