[clfft] 45/109: fixing documentation

Jérôme Kieffer kieffer-guest at moszumanska.debian.org
Wed May 20 07:29:25 UTC 2015


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

kieffer-guest pushed a commit to branch debian
in repository clfft.

commit b4484e9c22975c596da2f32e949296a690aae4d1
Author: bragadeesh <bragadeesh.natarajan at amd>
Date:   Thu Feb 13 11:36:11 2014 -0600

    fixing documentation
---
 README.md              | 2 +-
 src/library/mainpage.h | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e2fbd72..304bcd1 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ clFFT
 
 clMath is a software library containing FFT and BLAS functions written in OpenCL. In addition to GPU devices, the libraries also support running on CPU devices to facilitate debugging and multicore programming.
 
-<a href="http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-math-libraries/">APPML 1.10</a> is the most current generally available version of the library, and pre-built binaries are available for download on both Linux and Windows platforms.
+clMath 2.1 is the latest version and is available as source only. clMath's predecessor <a href="http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-math-libraries/">APPML 1.10</a> has pre-built binaries available for download on both Linux and Windows platforms.
 
 ## Introduction to clFFT
 
diff --git a/src/library/mainpage.h b/src/library/mainpage.h
index 326ad7a..70e014c 100644
--- a/src/library/mainpage.h
+++ b/src/library/mainpage.h
@@ -538,6 +538,12 @@ In-place transforms:
 	<li> \c CLFFT_HERMITIAN_INTERLEAVED to \c CLFFT_REAL
 </ul>
 
+ at subsection ExplicitStrides Setting strides
+
+The library currently <b> requires the user to explicitly set input and output strides for real transforms.</b> See
+the following examples to understand what values to use for input and output strides under different scenarios. The
+examples only show typical usages. The user has flexibility in allocating their buffers and laying out data according
+to their needs.
 
 @subsection RealExamples Examples
 

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