浏览代码

document starpu_data_partition_not_automatic()

Nathalie Furmento 6 年之前
父节点
当前提交
4fb70e0ba7
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 3 0
      ChangeLog
  2. 4 0
      doc/doxygen/chapters/api/data_partition.doxy

+ 3 - 0
ChangeLog

@@ -107,6 +107,9 @@ Small features:
   * Add memory states events in the traces.
   * Add starpu_sched_component_estimated_end_min_add() to fix termination
     estimations in modular schedulers.
+  * New function starpu_data_partition_not_automatic() to disable the
+    automatic partitioning of a data handle for which a asynchronous
+    plan has previously been submitted
 
 Changes:
   * Vastly improve simgrid simulation time.

+ 4 - 0
doc/doxygen/chapters/api/data_partition.doxy

@@ -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
 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)
 \ingroup API_Data_Partition
 This assumes that \p initial_handle is partitioned into \p children, and submits