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:
parent
b3a41e40a8
commit
5e756d3f6a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user