Explorar o código

gcc-plugin/examples/vector_scal: fix location for opencl kernel file

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
a06bf6e4bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gcc-plugin/examples/vector_scal/vector_scal.c

+ 1 - 1
gcc-plugin/examples/vector_scal/vector_scal.c

@@ -164,7 +164,7 @@ main (void)
 #pragma starpu initialize
 
 #if defined STARPU_GCC_PLUGIN && defined STARPU_USE_OPENCL
-  starpu_opencl_load_opencl_from_file ("vector_scal_opencl_kernel.cl",
+  starpu_opencl_load_opencl_from_file ("gcc-plugin/examples/vector_scal/vector_scal_opencl_kernel.cl",
 				       &cl_programs, "");
 #endif