|
@@ -196,6 +196,10 @@ Similar to starpu_data_partition_submit() but also allows to
|
|
specify the coherency to be used for the main data \p initial_handle
|
|
specify the coherency to be used for the main data \p initial_handle
|
|
through the parameter \p sequential_consistency.
|
|
through the parameter \p sequential_consistency.
|
|
|
|
|
|
|
|
+\fn void starpu_data_partition_not_automatic(starpu_data_handle_t handle)
|
|
|
|
+\ingroup API_Data_Partition
|
|
|
|
+Disable the automatic partitioning of the data \p handle for which a asynchronous plan has previously been submitted
|
|
|
|
+
|
|
\fn void starpu_data_unpartition_submit(starpu_data_handle_t initial_handle, unsigned nparts, starpu_data_handle_t *children, int gathering_node)
|
|
\fn void starpu_data_unpartition_submit(starpu_data_handle_t initial_handle, unsigned nparts, starpu_data_handle_t *children, int gathering_node)
|
|
\ingroup API_Data_Partition
|
|
\ingroup API_Data_Partition
|
|
This assumes that \p initial_handle is partitioned into \p children, and submits
|
|
This assumes that \p initial_handle is partitioned into \p children, and submits
|