Skip to content

Commit

Permalink
release notes and version numbering for 2.10.1 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bragadeesh committed Mar 15, 2016
1 parent 5c685c1 commit 9af6d00
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 9af6d00

Please sign in to comment.