瀏覽代碼

include/starpu.h: include all .h files that code using StarPU only has to include starpu.h to get all the functionalities

Nathalie Furmento 12 年之前
父節點
當前提交
f7b18b7c03
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      include/starpu.h

+ 6 - 0
include/starpu.h

@@ -46,7 +46,13 @@ typedef unsigned long long uint64_t;
 #include <starpu_scheduler.h>
 #include <starpu_expert.h>
 #include <starpu_rand.h>
+#include <starpu_cuda.h>
 #include <starpu_cublas.h>
+#include <starpu_bound.h>
+#include <starpu_hash.h>
+#include <starpu_profiling.h>
+#include <starpu_top.h>
+#include <starpu_fxt.h>
 
 #ifdef __cplusplus
 extern "C"