[clfft] 105/107: adding release notes

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 30 18:06:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository clfft.

commit 25515a5b876cab98f68cda466e5a3830610fd219
Author: bnataraj <bragadeesh.natarajan at amd.com>
Date:   Tue Jul 21 08:23:17 2015 -0500

    adding release notes
---
 ReleaseNotes.txt | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
new file mode 100644
index 0000000..3481b97
--- /dev/null
+++ b/ReleaseNotes.txt
@@ -0,0 +1,54 @@
+
+clFFT Contents
+--------------
+The clFFT library is an open source OpenCL library
+implementation of discrete Fast Fourier Transforms. It:
+
+* Provides a fast and accurate platform for calculating
+  discrete FFTs
+* Supports 1D, 2D, and 3D transforms with a batch size
+  that can be greater than 1
+* Supports planar (real and complex components in
+  separate arrays) and interleaved (real and complex
+  components as a pair contiguous in memory) formats
+* Supports dimension lengths that can be any mix of
+  powers of 2, 3, and 5
+* Supports single and double precision floating-point
+  formats
+* Supports in-place or out-of-place transforms
+
+
+clFFT - Release Notes - version 2.6.0
+--------------------------------------
+
+New features of this release:
+
+* Significant uplift of 1D real forward transform
+  performance for power-of-2 sizes
+* Significant uplift of large 2D/3D real transform
+  performance for power-of-2 sizes
+
+Known issues:
+
+* Size limit on 1D real transforms remain at 2^24
+  for single precision and 2^22 for double
+  precision
+
+Driver notes:
+
+* This library version has been tested with Catalyst
+  Pro driver version 14.301 on Firepro W9100.
+
+
+clFFT - Release Notes - version 2.4.0
+--------------------------------------
+
+New features of this release:
+
+* Significant uplift of 1D complex transform performance
+* 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
+
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list