Skip to content

Commit b4484e9

Browse files
author
bragadeesh
committed
fixing documentation
1 parent 62bc9a0 commit b4484e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ clFFT
44

55
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.
66

7-
<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.
7+
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.
88

99
## Introduction to clFFT
1010

src/library/mainpage.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,12 @@ In-place transforms:
538538
<li> \c CLFFT_HERMITIAN_INTERLEAVED to \c CLFFT_REAL
539539
</ul>
540540
541+
@subsection ExplicitStrides Setting strides
542+
543+
The library currently <b> requires the user to explicitly set input and output strides for real transforms.</b> See
544+
the following examples to understand what values to use for input and output strides under different scenarios. The
545+
examples only show typical usages. The user has flexibility in allocating their buffers and laying out data according
546+
to their needs.
541547
542548
@subsection RealExamples Examples
543549

0 commit comments

Comments
 (0)