1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 15:27:53 +00:00

Diakgcn should be using the modified PreVal4 which includes T1.

This commit is contained in:
Con Kolivas 2012-02-08 21:03:20 +11:00
parent 5904976580
commit 041d6689bc

View File

@ -769,7 +769,7 @@ static cl_int queue_diakgcn_kernel(_clState *clState, dev_blk_ctx *blk)
nonces[i] = blk->nonce + i;
CL_SET_VARG(vwidth, nonces);
CL_SET_BLKARG(PreVal4);
CL_SET_BLKARG(PreVal4_2);
CL_SET_BLKARG(cty_h);
CL_SET_BLKARG(cty_d);
CL_SET_BLKARG(PreVal0);