Browse Source

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

Cédric Augonnet 16 years ago
parent
commit
d12ba3c08f
1 changed files with 1 additions and 1 deletions
  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