mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-10 04:31:03 +00:00
Decrease lookup gap to 1. Does not seem to help in any way being 2.
This commit is contained in:
parent
d9eba43a42
commit
d13a3f1d50
2
ocl.c
2
ocl.c
@ -487,7 +487,7 @@ _clState *initCl(unsigned int gpu, char *name, size_t nameSize)
|
|||||||
|
|
||||||
#ifdef USE_SCRYPT
|
#ifdef USE_SCRYPT
|
||||||
if (opt_scrypt) {
|
if (opt_scrypt) {
|
||||||
clState->lookup_gap = 2;
|
clState->lookup_gap = 1;
|
||||||
clState->thread_concurrency = 6144;
|
clState->thread_concurrency = 6144;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user