Browse Source

ChangeLog: mention updates in the correct section

Nathalie Furmento 10 years ago
parent
commit
f4bd83284f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      ChangeLog

+ 4 - 4
ChangeLog

@@ -111,6 +111,8 @@ Small features:
     along with their access modes.
   * New configure option --enable-new-check to enable new testcases
     which are known to fail
+  * Add starpu_memory_allocate and _deallocate to let the application declare
+    its own allocation to the reclaiming engine.
 
 Changes:
   * Data interfaces (variable, vector, matrix and block) now define
@@ -146,10 +148,8 @@ New features:
     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.
+  * Add 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.