|
| 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