Decrease lookup gap to 1. Does not seem to help in any way being 2.
diff --git a/ocl.c b/ocl.c
index 1c6d98e..13ac5e2 100644
--- a/ocl.c
+++ b/ocl.c
@@ -487,7 +487,7 @@ _clState *initCl(unsigned int gpu, char *name, size_t nameSize)
#ifdef USE_SCRYPT
if (opt_scrypt) {
- clState->lookup_gap = 2;
+ clState->lookup_gap = 1;
clState->thread_concurrency = 6144;
}
#endif