Browse Source

Diakgcn should be using the modified PreVal4 which includes T1.

Con Kolivas 14 years ago
parent
commit
80cf0fd407
1 changed files with 1 additions and 1 deletions
  1. 1 1
      device-gpu.c

+ 1 - 1
device-gpu.c

@@ -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);