Explorar el Código

Fix the array size of opencl_worker_colors

Samuel Thibault hace 10 años
padre
commit
72abe4b57c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/debug/traces/starpu_fxt.c

+ 1 - 1
src/debug/traces/starpu_fxt.c

@@ -31,7 +31,7 @@
 
 #define CPUS_WORKER_COLORS_NB	8
 #define CUDA_WORKER_COLORS_NB	9
-#define OPENCL_WORKER_COLORS_NB 8
+#define OPENCL_WORKER_COLORS_NB 9
 #define MIC_WORKER_COLORS_NB	9
 #define SCC_WORKER_COLORS_NB	9
 #define OTHER_WORKER_COLORS_NB	4