Explorar o código

ChangeLog: mention updates in the correct section

Nathalie Furmento %!s(int64=10) %!d(string=hai) anos
pai
achega
8faaec8199
Modificáronse 1 ficheiros con 6 adicións e 4 borrados
  1. 6 4
      ChangeLog

+ 6 - 4
ChangeLog

@@ -106,10 +106,6 @@ Small features:
     working implementations
   * 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, 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.
@@ -149,6 +145,12 @@ New features:
     specify a directory where to store performance model files in.
     When unset, the files are stored in $STARPU_HOME/.starpu/sampling
 
+Small features:
+  * Add starpu_memory_allocate and _deallocate to let the application declare
+    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.
+
 Changes:
   * Fix complexity of implicit task/data dependency, from quadratic to linear.