瀏覽代碼

include/starpu.h: add definition for function starpu_asynchronous_mic_copy_disabled()

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

+ 1 - 0
include/starpu.h

@@ -140,6 +140,7 @@ void starpu_topology_print(FILE *f);
 int starpu_asynchronous_copy_disabled(void);
 int starpu_asynchronous_cuda_copy_disabled(void);
 int starpu_asynchronous_opencl_copy_disabled(void);
+int starpu_asynchronous_mic_copy_disabled(void);
 
 void starpu_display_stats();