|
@@ -180,16 +180,16 @@ will commit their changes in main memory (node 0).
|
|
\ingroup API_Data_Management
|
|
\ingroup API_Data_Management
|
|
Set the name of the data, to be shown in various profiling tools.
|
|
Set the name of the data, to be shown in various profiling tools.
|
|
|
|
|
|
-\fn void starpu_data_set_coordinates_array(starpu_data_handle_t handle, int dimensions, int dims[]);
|
|
|
|
|
|
+\fn void starpu_data_set_coordinates_array(starpu_data_handle_t handle, int dimensions, int dims[])
|
|
\ingroup API_Data_Management
|
|
\ingroup API_Data_Management
|
|
Set the coordinates of the data, to be shown in various profiling tools.
|
|
Set the coordinates of the data, to be shown in various profiling tools.
|
|
-\p dimensions is the size of the \dims array
|
|
|
|
|
|
+\p dimensions is the size of the \p dims array
|
|
This can be for instance the tile coordinates within a big matrix.
|
|
This can be for instance the tile coordinates within a big matrix.
|
|
|
|
|
|
-\fn void starpu_data_set_coordinates(starpu_data_handle_t handle, unsigned dimensions, ...);
|
|
|
|
|
|
+\fn void starpu_data_set_coordinates(starpu_data_handle_t handle, unsigned dimensions, ...)
|
|
\ingroup API_Data_Management
|
|
\ingroup API_Data_Management
|
|
Set the coordinates of the data, to be shown in various profiling tools.
|
|
Set the coordinates of the data, to be shown in various profiling tools.
|
|
-\p dimensions is the number of subsequent int parameters.
|
|
|
|
|
|
+\p dimensions is the number of subsequent \c int parameters.
|
|
This can be for instance the tile coordinates within a big matrix.
|
|
This can be for instance the tile coordinates within a big matrix.
|
|
|
|
|
|
\fn int starpu_data_fetch_on_node(starpu_data_handle_t handle, unsigned node, unsigned async)
|
|
\fn int starpu_data_fetch_on_node(starpu_data_handle_t handle, unsigned node, unsigned async)
|