瀏覽代碼

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