1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-09 12:11:02 +00:00

Don't make opt_scrypt mandatory blocking with opencl code.

This commit is contained in:
Con Kolivas 2012-07-24 20:53:05 +10:00
parent b3a41e40a8
commit 5e756d3f6a

View File

@ -1484,7 +1484,7 @@ static int64_t opencl_scanhash(struct thr_info *thr, struct work *work,
unsigned int threads;
int64_t hashes;
if (gpu->dynamic || opt_scrypt)
if (gpu->dynamic)
blocking = CL_TRUE;
else
blocking = CL_FALSE;