Преглед изворни кода

gcc-plugin/tests/opencl-lacking.c: add missing parameter to pragma starpu opencl

Nathalie Furmento пре 13 година
родитељ
комит
b2d14affdf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gcc-plugin/tests/opencl-lacking.c

+ 1 - 1
gcc-plugin/tests/opencl-lacking.c

@@ -23,4 +23,4 @@ static void my_task_opencl (int x, float a[x])
   __attribute__ ((task_implementation ("opencl", my_task)));
 
 #pragma starpu opencl my_task_opencl  /* (note "not generated") */	\
-               "test.cl" "kern"
+               "test.cl" "kern" 8