|
@@ -1,7 +1,7 @@
|
|
/*
|
|
/*
|
|
* This file is part of the StarPU Handbook.
|
|
* This file is part of the StarPU Handbook.
|
|
* Copyright (C) 2009--2011 Universit@'e de Bordeaux 1
|
|
* Copyright (C) 2009--2011 Universit@'e de Bordeaux 1
|
|
- * Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
|
|
|
|
|
|
+ * 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 Institut National de Recherche en Informatique et Automatique
|
|
* See the file version.doxy for copying conditions.
|
|
* See the file version.doxy for copying conditions.
|
|
*/
|
|
*/
|
|
@@ -192,6 +192,10 @@ accessed in the mode ::STARPU_REDUX. Per-worker buffers will be initialized with
|
|
the codelet \p init_cl, and reduction between per-worker buffers will be
|
|
the codelet \p init_cl, and reduction between per-worker buffers will be
|
|
done with the codelet \p redux_cl.
|
|
done with the codelet \p redux_cl.
|
|
|
|
|
|
|
|
+\fn struct starpu_data_interface_ops* starpu_data_get_interface_ops(starpu_data_handle_t handle)
|
|
|
|
+\ingroup API_Data_Management
|
|
|
|
+todo
|
|
|
|
+
|
|
@name Access registered data from the application
|
|
@name Access registered data from the application
|
|
\ingroup API_Data_Management
|
|
\ingroup API_Data_Management
|
|
|
|
|