Cédric Augonnet лет назад: 14
Родитель
Сommit
c0be233412
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      examples/axpy/axpy.c

+ 4 - 1
examples/axpy/axpy.c

@@ -20,9 +20,12 @@
 #include <assert.h>
 #include <sys/time.h>
 
-
 #include <common/blas.h>
 
+#ifdef STARPU_USE_CUDA
+#include <cublas.h>
+#endif
+
 #define TYPE	float
 #define AXPY	SAXPY
 #define CUBLASAXPY	cublasSaxpy