浏览代码

ChangeLog: mention updates in the correct section

Nathalie Furmento 10 年之前
父节点
当前提交
f4bd83284f
共有 1 个文件被更改,包括 4 次插入4 次删除
  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.