mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 22:14:36 +00:00
Diakgcn should be using the modified PreVal4 which includes T1.
This commit is contained in:
parent
cce08b6e6d
commit
80cf0fd407
@ -769,7 +769,7 @@ static cl_int queue_diakgcn_kernel(_clState *clState, dev_blk_ctx *blk)
|
|||||||
nonces[i] = blk->nonce + i;
|
nonces[i] = blk->nonce + i;
|
||||||
CL_SET_VARG(vwidth, nonces);
|
CL_SET_VARG(vwidth, nonces);
|
||||||
|
|
||||||
CL_SET_BLKARG(PreVal4);
|
CL_SET_BLKARG(PreVal4_2);
|
||||||
CL_SET_BLKARG(cty_h);
|
CL_SET_BLKARG(cty_h);
|
||||||
CL_SET_BLKARG(cty_d);
|
CL_SET_BLKARG(cty_d);
|
||||||
CL_SET_BLKARG(PreVal0);
|
CL_SET_BLKARG(PreVal0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user