Skip to content

Commit b0af49d

Browse files
author
bragadeesh
committed
adding release notes for 2.12.1
1 parent 4c65788 commit b0af49d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

ReleaseNotes.txt

+16
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,22 @@ implementation of discrete Fast Fourier Transforms. It:
1919
* Supports in-place or out-of-place transforms
2020

2121

22+
clFFT - Release Notes - version 2.12.1
23+
--------------------------------------
24+
25+
New features of this release:
26+
27+
* Fixes for bugs in decomposition logic of very large problem sizes
28+
with environment flag CLFFT_REQUEST_LIB_NOMEMALLOC=1
29+
* Validation of sizes that are powers of 2,3,5 and combinations
30+
thereof upto maximum size close to 25GB on S9170
31+
32+
Driver notes:
33+
34+
* This library version has been tested with Catalyst
35+
Pro driver version 15.302 on Firepro W9100 & S9170.
36+
37+
2238
clFFT - Release Notes - version 2.12.0
2339
--------------------------------------
2440

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if( NOT DEFINED CLFFT_VERSION_MINOR )
4444
endif( )
4545

4646
if( NOT DEFINED CLFFT_VERSION_PATCH )
47-
set( CLFFT_VERSION_PATCH 0 )
47+
set( CLFFT_VERSION_PATCH 1 )
4848
endif( )
4949

5050
set( CLFFT_VERSION "${CLFFT_VERSION_MAJOR}.${CLFFT_VERSION_MINOR}.${CLFFT_VERSION_PATCH}")

0 commit comments

Comments
 (0)