[clfft] 21/21: release notes and version numbering for 2.10.1 patch

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Mar 16 13:14:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository clfft.

commit 9af6d009d735920f6eb6fb0a1fdc3490e0d6fcec
Author: bragadeesh <bragadeesh at users.noreply.github.com>
Date:   Tue Mar 15 16:31:39 2016 -0700

    release notes and version numbering for 2.10.1 patch
---
 ReleaseNotes.txt   | 16 ++++++++++++++++
 src/CMakeLists.txt |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 68e1816..e1cc019 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -19,6 +19,22 @@ implementation of discrete Fast Fourier Transforms. It:
 * Supports in-place or out-of-place transforms
 
 
+clFFT - Release Notes - version 2.10.1
+--------------------------------------
+
+This is a patch update release to v2.10.0.
+It has the following:
+
+* Performance fixes for slowdown observed vs v2.8. Specifically,
+  2D transforms for certain sizes showed significant slowdown.
+  This issue has been fixed in this release. The fix also makes the
+  performance in general better than v2.8.
+* Code reorganization in transposes and performance improvements.
+  There is a modest performance improvement with inplace transforms
+  for large power-of-2 sizes.
+* Several minor enhancements and bug fixes 
+
+
 clFFT - Release Notes - version 2.10.0
 --------------------------------------
 
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1baf498..6bce0a9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -44,7 +44,7 @@ if( NOT DEFINED CLFFT_VERSION_MINOR )
 endif( )
 
 if( NOT DEFINED CLFFT_VERSION_PATCH )
-    set( CLFFT_VERSION_PATCH 0 )
+    set( CLFFT_VERSION_PATCH 1 )
 endif( )
 
 set( CLFFT_VERSION "${CLFFT_VERSION_MAJOR}.${CLFFT_VERSION_MINOR}.${CLFFT_VERSION_PATCH}")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list