Browse Source

Decrease lookup gap to 1. Does not seem to help in any way being 2.

Con Kolivas 13 years ago
parent
commit
d13a3f1d50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ocl.c

+ 1 - 1
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