Nathalie Furmento 14 년 전
부모
커밋
3ff4353e7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/datawizard/increment_redux.c

+ 1 - 1
tests/datawizard/increment_redux.c

@@ -181,7 +181,7 @@ static starpu_codelet increment_cl = {
 #ifdef STARPU_USE_CUDA
 	.cuda_func = increment_cuda_kernel,
 #endif
-#ifdef STARPU_USE_CUDA
+#ifdef STARPU_USE_OPENCL
 	.opencl_func = increment_opencl_kernel,
 #endif
 	.cpu_func = increment_cpu_kernel,