瀏覽代碼

Prepare for the coming 0.4 release

Cédric Augonnet 15 年之前
父節點
當前提交
433da63e14
共有 2 個文件被更改,包括 25 次插入1 次删除
  1. 24 0
      ChangeLog
  2. 1 1
      configure.ac

+ 24 - 0
ChangeLog

@@ -1,3 +1,27 @@
+StarPU 0.4 (svn revision ????)
+==============================================
+The API strengthening release
+  
+  * Major API improvements
+    - Provide the STARPU_SCRATCH data access mode
+    - Rework data filter interface
+    - Rework data interface structure
+    - A script that automatically renames old functions to accomodate with the new
+      API is available from https://scm.gforge.inria.fr/svn/starpu/scripts/renaming
+  * Implement dependencies between task directly (eg. without tags)
+  * Implicit data-driven task dependencies simplifies the design of
+    data-parallel algorithms
+  * Dynamic profiling capabilities
+    - starpu_top
+  * Provide a library to help accelerating MPI applications
+  * Automate data movement overhead prediction
+    * Transparently benchmark buses to generate performance models
+    * Bind accelerator-controlling threads with respect to NUMA locality 
+  * Improve StarPU's portability
+    - Finalize OpenCL support
+    - Add support for Windows
+    - StarPU can be used from C++ or NVCC directly now
+
 StarPU 0.2.901 aka 0.3-rc1 (svn revision 1236)
 ==============================================
 The asynchronous heterogeneous multi-accelerator release

+ 1 - 1
configure.ac

@@ -14,7 +14,7 @@
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
 #
 
-AC_INIT([StarPU],0.2.901, [starpu-bugs@lists.gforge.inria.fr], starpu)
+AC_INIT([StarPU],0.4, [starpu-bugs@lists.gforge.inria.fr], starpu)
 AC_CONFIG_SRCDIR(include/starpu.h)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_SYSTEM