소스 검색

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

Nathalie Furmento 12 년 전
부모
커밋
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();