1
0
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:
Con Kolivas 2012-07-21 02:47:27 +10:00
parent d9eba43a42
commit d13a3f1d50

2
ocl.c
View File

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