We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb963ee commit b5e60dbCopy full SHA for b5e60db
ReleaseNotes.txt
@@ -19,6 +19,18 @@ implementation of discrete Fast Fourier Transforms. It:
19
* Supports in-place or out-of-place transforms
20
21
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
34
clFFT - Release Notes - version 2.8.0
35
--------------------------------------
36
0 commit comments