Преглед на файлове

Merge changelog entries

Samuel Thibault преди 10 години
родител
ревизия
e414e9aa19
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      ChangeLog

+ 3 - 3
ChangeLog

@@ -73,8 +73,6 @@ New features:
   * New performance model format to better represent parallel tasks.
     Used to provide estimations for the execution times of the
     parallel tasks on scheduling contexts or combined workers.
-  * New function starpu_memory_wait_available() which allows to wait
-    for a given size to become available on a given node.
 
 Small features:
   * Tasks can now have a name (via the field const char *name of
@@ -109,7 +107,9 @@ Small features:
   * Add STARPU_MALLOC_NORECLAIM flag to allocate without running a reclaim if
     the node is out of memory.
   * Add starpu_memory_allocate and _deallocate to let the application declare
-    its own allocation to the reclaiming engine.
+    its own allocation to the reclaiming engine, and
+    starpu_memory_wait_available() to wait for a given size to become available
+    on a given node.
   * New flag STARPU_DATA_MODE_ARRAY for the function family
     starpu_task_insert to allow to define a array of data handles
     along with their access modes.