浏览代码

ChangeLog: move entries to 1.1 branch when appropriated

Nathalie Furmento 11 年之前
父节点
当前提交
1381d8613b
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      ChangeLog

+ 4 - 4
ChangeLog

@@ -72,12 +72,8 @@ Small features:
   * New starpu_memory_get_total function to get the size of a memory node.
   * New starpu_memory_get_total function to get the size of a memory node.
 
 
 Changes:
 Changes:
-  * Fix of the livelock issue discovered while executing applications
-    on a CPU+GPU cluster of machines by adding a maximum trylock
-    threshold before a blocking lock.
   * Data interfaces (variable, vector, matrix and block) now define
   * Data interfaces (variable, vector, matrix and block) now define
     pack und unpack functions
     pack und unpack functions
-  * Fix for properly dealing with NAN on windows systems
   * StarPU-MPI: Fix for being able to receive data which have not yet
   * StarPU-MPI: Fix for being able to receive data which have not yet
     been registered by the application (i.e it did not call
     been registered by the application (i.e it did not call
     starpu_data_set_tag(), data are received as a raw memory)
     starpu_data_set_tag(), data are received as a raw memory)
@@ -207,6 +203,7 @@ New features:
     priorities of the current scheduling context, i.e the one which
     priorities of the current scheduling context, i.e the one which
     was set by a call to starpu_sched_ctx_set_context() or the initial
     was set by a call to starpu_sched_ctx_set_context() or the initial
     context if the function has not been called yet.
     context if the function has not been called yet.
+  * Fix for properly dealing with NAN on windows systems
 
 
 Small features:
 Small features:
   * Add starpu_worker_get_by_type and starpu_worker_get_by_devid
   * Add starpu_worker_get_by_type and starpu_worker_get_by_devid
@@ -302,6 +299,9 @@ Changes:
     priorities of the current scheduling context, i.e the one which
     priorities of the current scheduling context, i.e the one which
     was set by a call to starpu_sched_ctx_set_context() or the initial
     was set by a call to starpu_sched_ctx_set_context() or the initial
     context if the function was not called yet.
     context if the function was not called yet.
+  * MPI: Fix of the livelock issue discovered while executing applications
+    on a CPU+GPU cluster of machines by adding a maximum trylock
+    threshold before a blocking lock.
 
 
 Small changes:
 Small changes:
   * STARPU_NCPU should now be used instead of STARPU_NCPUS. STARPU_NCPUS is
   * STARPU_NCPU should now be used instead of STARPU_NCPUS. STARPU_NCPUS is