Explorar el Código

Increase the maximum number of processing units (on a Cell Blade we have 16
SPUs + 4 hyperthreaded PPU contexts).

Cédric Augonnet hace 17 años
padre
commit
d12ba3c08f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/workers.h

+ 1 - 1
src/core/workers.h

@@ -49,7 +49,7 @@
 #define CUDA_ALPHA	13.33f
 #define GORDON_ALPHA	6.0f /* XXX this is a random value ... */
 
-#define NMAXWORKERS	16
+#define NMAXWORKERS	32
 
 #ifdef DATA_STATS
 #define BENCHMARK_COMM	1