Skip to content

Commit b5e60db

Browse files
author
bragadeesh
committed
release notes for 2.10
1 parent eb963ee commit b5e60db

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ReleaseNotes.txt

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

2121

22+
clFFT - Release Notes - version 2.10.0
23+
--------------------------------------
24+
25+
New features of this release:
26+
27+
* Post-callback feature that enables custom post-processing
28+
of output data directly by the library with user callback function
29+
* Support for in-place transposes for power-of-2 sizes enables really
30+
large 1D transforms as well as supporting no additional memory
31+
allocation, by library, for a range of problem sizes
32+
33+
2234
clFFT - Release Notes - version 2.8.0
2335
--------------------------------------
2436

0 commit comments

Comments
 (0)