Skip to content

Commit

Permalink
Merge pull request #1866 from psychocrypt/fix-rocm1.9
Browse files Browse the repository at this point in the history
fix invalid shares
  • Loading branch information
fireice-uk authored Oct 5, 2018
2 parents d1e02a7 + 8e1e744 commit b0ccccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmrstak/backend/amd/amd_gpu/opencl/cryptonight.cl
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ __kernel void Groestl(__global ulong *states, __global uint *BranchBuf, __global
#pragma unroll 4
for(uint i = 0; i < 4; ++i)
{
ulong H[8], M[8];
volatile ulong H[8], M[8];

if(i < 3)
{
Expand Down

0 comments on commit b0ccccf

Please sign in to comment.