ソースを参照

backport 1.0.2 changelog

Samuel Thibault 13 年 前
コミット
76d016c251
共有1 個のファイルを変更した9 個の追加3 個の削除を含む
  1. 9 3
      ChangeLog

+ 9 - 3
ChangeLog

@@ -24,7 +24,6 @@ New features:
   * Performance models measurements can now be provided explicitly by
     applications.
   * Capability to emit communication statistics when running MPI code
-  * Add starpu_block_shadow_filter_func_vector and an example.
   * Add starpu_unregister_submit, starpu_data_acquire_on_node and
     starpu_data_invalidate_submit
   * New functionnality to wrapper starpu_insert_task to pass a array of
@@ -34,8 +33,6 @@ New features:
 Changes:
   * The FxT code can now be used on systems other than Linux.
   * Keep only one hashtable implementation common/uthash.h
-  * Add tag dependency in trace-generated DAG.
-  * Fix CPU binding for optimized CPU-GPU transfers.
   * The cache of starpu_mpi_insert_task is fixed and thus now enabled by
     default.
   * Improve starpu_machine_display output.
@@ -47,6 +44,15 @@ Small changes:
   * include/starpu.h includes all include/starpu_*.h files, applications
 	therefore only need to have #include <starpu.h>
 
+StarPU 1.0.2 (svn revision xxx)
+==============================================
+
+Changes:
+  * Add starpu_block_shadow_filter_func_vector and an example.
+  * Add tag dependency in trace-generated DAG.
+  * Fix CPU binding for optimized CPU-GPU transfers.
+  * Fix parallel tasks CPU binding and combined worker generation.
+
 StarPU 1.0.1 (svn revision 6659)
 ==============================================