Explorar o código

- fix wrong ifdef test

Olivier Aumage %!s(int64=11) %!d(string=hai) anos
pai
achega
f357759b05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/overlap/gpu_concurrency.c

+ 1 - 1
tests/overlap/gpu_concurrency.c

@@ -26,7 +26,7 @@
 #define NITERS 1000000
 #define NTASKS 128
 
-#ifdef STARPU_CUDA
+#ifdef STARPU_USE_CUDA
 extern void long_kernel_cuda(unsigned long niters);
 void codelet_long_kernel(STARPU_ATTRIBUTE_UNUSED void *descr[], STARPU_ATTRIBUTE_UNUSED void *_args)
 {