Skip to content

Commit

Permalink
adding release notes for 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bragadeesh committed Jun 3, 2016
1 parent 4c65788 commit b0af49d
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.12.1
--------------------------------------

New features of this release:

* Fixes for bugs in decomposition logic of very large problem sizes
with environment flag CLFFT_REQUEST_LIB_NOMEMALLOC=1
* Validation of sizes that are powers of 2,3,5 and combinations
thereof upto maximum size close to 25GB on S9170

Driver notes:

* This library version has been tested with Catalyst
Pro driver version 15.302 on Firepro W9100 & S9170.


clFFT - Release Notes - version 2.12.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 b0af49d

Please sign in to comment.