Skip to content

Commit 25515a5

Browse files
committed
adding release notes
1 parent 4d2ab24 commit 25515a5

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

ReleaseNotes.txt

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
2+
clFFT Contents
3+
--------------
4+
The clFFT library is an open source OpenCL library
5+
implementation of discrete Fast Fourier Transforms. It:
6+
7+
* Provides a fast and accurate platform for calculating
8+
discrete FFTs
9+
* Supports 1D, 2D, and 3D transforms with a batch size
10+
that can be greater than 1
11+
* Supports planar (real and complex components in
12+
separate arrays) and interleaved (real and complex
13+
components as a pair contiguous in memory) formats
14+
* Supports dimension lengths that can be any mix of
15+
powers of 2, 3, and 5
16+
* Supports single and double precision floating-point
17+
formats
18+
* Supports in-place or out-of-place transforms
19+
20+
21+
clFFT - Release Notes - version 2.6.0
22+
--------------------------------------
23+
24+
New features of this release:
25+
26+
* Significant uplift of 1D real forward transform
27+
performance for power-of-2 sizes
28+
* Significant uplift of large 2D/3D real transform
29+
performance for power-of-2 sizes
30+
31+
Known issues:
32+
33+
* Size limit on 1D real transforms remain at 2^24
34+
for single precision and 2^22 for double
35+
precision
36+
37+
Driver notes:
38+
39+
* This library version has been tested with Catalyst
40+
Pro driver version 14.301 on Firepro W9100.
41+
42+
43+
clFFT - Release Notes - version 2.4.0
44+
--------------------------------------
45+
46+
New features of this release:
47+
48+
* Significant uplift of 1D complex transform performance
49+
* 1D large size limit relaxation for complex transforms
50+
* 2D/3D size limit relaxation on real and complex transforms
51+
* Binary caching feature
52+
* Several minor fixes and improvements
53+
54+

0 commit comments

Comments
 (0)