Просмотр исходного кода

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

Nathalie Furmento лет назад: 11
Родитель
Сommit
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();