|
@@ -2,7 +2,7 @@
|
|
|
* This file is part of the StarPU Handbook.
|
|
|
* Copyright (C) 2009--2011 Universit@'e de Bordeaux
|
|
|
* Copyright (C) 2010, 2011, 2012, 2013, 2014 Centre National de la Recherche Scientifique
|
|
|
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
|
|
|
+ * Copyright (C) 2011, 2012 INRIA
|
|
|
* See the file version.doxy for copying conditions.
|
|
|
*/
|
|
|
|
|
@@ -264,6 +264,11 @@ accelerators are disabled.
|
|
|
Return 1 if asynchronous data transfers between CPU and OpenCL
|
|
|
accelerators are disabled.
|
|
|
|
|
|
+\fn int starpu_asynchronous_mic_copy_disabled(void)
|
|
|
+\ingroup API_Initialization_and_Termination
|
|
|
+Return 1 if asynchronous data transfers between CPU and MIC
|
|
|
+devices are disabled.
|
|
|
+
|
|
|
\fn void starpu_topology_print(FILE *f)
|
|
|
\ingroup API_Initialization_and_Termination
|
|
|
Prints a description of the topology on f.
|