Quellcode durchsuchen

include/starpu_data_interfaces.h: starpu.h already includes starpu_opencl.h (see r7086)

Nathalie Furmento vor 12 Jahren
Ursprung
Commit
8c3c7ccb3f
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  1. 0 4
      include/starpu_data_interfaces.h

+ 0 - 4
include/starpu_data_interfaces.h

@@ -21,10 +21,6 @@
 
 #include <starpu.h>
 
-#if defined(STARPU_USE_OPENCL) && !defined(__CUDACC__)
-#include <starpu_opencl.h>
-#endif
-
 #ifdef STARPU_USE_GORDON
 /* to get the gordon_strideSize_t data structure from gordon */
 #include <gordon.h>