Nathalie Furmento 16 년 전
부모
커밋
7757cf5831
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      examples/basic_examples/vector_scal.c

+ 2 - 1
examples/basic_examples/vector_scal.c

@@ -106,7 +106,8 @@ int main(int argc, char **argv)
 	starpu_init(NULL);
 	starpu_init(NULL);
 
 
 #ifdef STARPU_USE_OPENCL
 #ifdef STARPU_USE_OPENCL
-        starpu_opencl_load_opencl_from_file("examples/basic_examples/vector_scal_opencl_codelet.cl", &codelet);
+        starpu_opencl_load_opencl_from_file("examples/basic_examples/vector_scal_opencl_codelet.cl",
+					    &codelet);
 #endif
 #endif
 
 
 	/* Tell StaPU to associate the "vector" vector with the "vector_handle"
 	/* Tell StaPU to associate the "vector" vector with the "vector_handle"