lyra2: improve a bit the speed on SM 5.2

(simplified sp commit)
This commit is contained in:
Tanguy Pruvot 2015-06-13 01:31:02 +02:00
parent b72b4c5a5f
commit d764b5cca2

View File

@ -89,6 +89,9 @@ static void round_lyra(uint2 *s)
__device__ __forceinline__ __device__ __forceinline__
void reduceDuplexRowSetup(const int rowIn, const int rowInOut, const int rowOut, uint2 state[16], uint2 Matrix[96][8]) void reduceDuplexRowSetup(const int rowIn, const int rowInOut, const int rowOut, uint2 state[16], uint2 Matrix[96][8])
{ {
#if __CUDA_ARCH__ > 500
#pragma unroll
#endif
for (int i = 0; i < 8; i++) for (int i = 0; i < 8; i++)
{ {
#pragma unroll #pragma unroll