Skip to content

Commit

Permalink
adding notes and bumping version number for 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bragadeesh committed Mar 28, 2016
1 parent ccfaf84 commit 3ab7eac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ Pre-built binaries are available [here][binary_release].
## What's New

- Support for power-of-7 size transforms
- Pre-callback feature that enables custom pre-processing
of input data directly by the library with user callback function
- Pre-callback & post-callback feature that enables custom pre-processing
of input/output data directly by the library with user callback function
- Support for 1D large size transforms with no extra memory allocation
requirement for certain sizes
- Significant uplift of 1D complex transform performance
- Significant uplift of 1D real transform performance for power-of-2 sizes
- 1D large size limit relaxation for complex transforms
- 2D/3D size limit relaxation on real and complex transforms
- Binary caching feature
- Several minor fixes and improvements

## Note

Expand Down
9 changes: 9 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ implementation of discrete Fast Fourier Transforms. It:
* Supports in-place or out-of-place transforms


clFFT - Release Notes - version 2.10.2
--------------------------------------

This is a patch update release to v2.10.1.
It has the following:

* Fixes for accuracy/stability issues noted in large size real FFTs


clFFT - Release Notes - version 2.10.1
--------------------------------------

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 1 )
set( CLFFT_VERSION_PATCH 2 )
endif( )

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

0 comments on commit 3ab7eac

Please sign in to comment.