[clfft] 78/109: provided unzipped manual

Jérôme Kieffer kieffer-guest at moszumanska.debian.org
Wed May 20 07:29:32 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 ce5189bd7cb99a6ce580ec337885ff11fa185410
Author: Jerome Kieffer <jerome.kieffer at terre-adelie.org>
Date:   Mon Apr 20 22:10:56 2015 +0200

    provided unzipped manual
---
 debian/Client.1    | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/Client.1.gz | Bin 1023 -> 0 bytes
 2 files changed, 121 insertions(+)

diff --git a/debian/Client.1 b/debian/Client.1
new file mode 100644
index 0000000..d77b441
--- /dev/null
+++ b/debian/Client.1
@@ -0,0 +1,121 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
+.TH CLFFT "1" "April 2015" "clFFT client API version:  2.4.0" "User Commands"
+.SH NAME
+clFFT \- manual page for clFFT client API version:  2.4.0
+.SH DESCRIPTION
+.SS "clFFT client command line options:"
+.TP
+\fB\-h\fR [ \fB\-\-help\fR ]
+produces this help message
+.TP
+\fB\-v\fR [ \fB\-\-version\fR ]
+Print queryable version information from the
+clFFT library
+.TP
+\fB\-i\fR [ \fB\-\-clInfo\fR ]
+Print queryable information of the OpenCL runtime
+.TP
+\fB\-g\fR [ \fB\-\-gpu\fR ]
+Force instantiation of an OpenCL GPU device
+.TP
+\fB\-c\fR [ \fB\-\-cpu\fR ]
+Force instantiation of an OpenCL CPU device
+.TP
+\fB\-a\fR [ \fB\-\-all\fR ]
+Force instantiation of all OpenCL devices
+.TP
+\fB\-o\fR [ \fB\-\-outPlace\fR ]
+Out of place FFT transform (default: in place)
+.TP
+\fB\-\-double\fR
+Double precision transform (default: single)
+.TP
+\fB\-\-inv\fR
+Backward transform (default: forward)
+.TP
+\fB\-d\fR [ \fB\-\-dumpKernels\fR ]
+FFT engine will dump generated OpenCL FFT kernels
+to disk (default: dump off)
+.TP
+\fB\-x\fR [ \fB\-\-lenX\fR ] arg (=1024)
+Specify the length of the 1st dimension of a test
+array
+.TP
+\fB\-y\fR [ \fB\-\-lenY\fR ] arg (=1)
+Specify the length of the 2nd dimension of a test
+array
+.TP
+\fB\-z\fR [ \fB\-\-lenZ\fR ] arg (=1)
+Specify the length of the 3rd dimension of a test
+array
+.TP
+\fB\-\-isX\fR arg (=1)
+Specify the input stride of the 1st dimension of
+a test array
+.TP
+\fB\-\-isY\fR arg (=0)
+Specify the input stride of the 2nd dimension of
+a test array
+.TP
+\fB\-\-isZ\fR arg (=0)
+Specify the input stride of the 3rd dimension of
+a test array
+.TP
+\fB\-\-iD\fR arg (=0)
+input distance between subsequent sets of data
+when batch size > 1
+.TP
+\fB\-\-osX\fR arg (=1)
+Specify the output stride of the 1st dimension of
+a test array
+.TP
+\fB\-\-osY\fR arg (=0)
+Specify the output stride of the 2nd dimension of
+a test array
+.TP
+\fB\-\-osZ\fR arg (=0)
+Specify the output stride of the 3rd dimension of
+a test array
+.TP
+\fB\-\-oD\fR arg (=0)
+output distance between subsequent sets of data
+when batch size > 1
+.TP
+\fB\-b\fR [ \fB\-\-batchSize\fR ] arg (=1) If this value is greater than one, arrays will be
+used
+.TP
+\fB\-p\fR [ \fB\-\-profile\fR ] arg (=1)
+Time and report the kernel speed of the FFT
+(default: profiling off)
+.TP
+\fB\-\-inLayout\fR arg (=1)
+Layout of input data:
+1) interleaved
+2) planar
+3) hermitian interleaved
+4) hermitian planar
+5) real
+.TP
+\fB\-\-outLayout\fR arg (=1)
+Layout of input data:
+1) interleaved
+2) planar
+3) hermitian interleaved
+4) hermitian planar
+5) real
+.PP
+clFFT runtime version:     2.4.0
+.IP
+Internal Client Test *****PASS*****
+.SH "SEE ALSO"
+The full documentation for
+.B clFFT
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B clFFT
+programs are properly installed at your site, the command
+.IP
+.B info clFFT
+.PP
+should give you access to the complete manual.
diff --git a/debian/Client.1.gz b/debian/Client.1.gz
deleted file mode 100644
index 29b67e4..0000000
Binary files a/debian/Client.1.gz and /dev/null differ

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