Browse Source

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

Nathalie Furmento 11 years ago
parent
commit
bc41948fbc
1 changed files with 1 additions and 0 deletions
  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();