[clblas] 01/10: add manpage for clBLAS client

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 29 19:08:39 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository clblas.

commit 9c2e49fe404bcefc867bfd0744677a54bd54fa4b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri May 29 16:06:10 2015 +0100

    add manpage for clBLAS client
---
 debian/clBLAS-client.1        | 118 ++++++++++++++++++++++++++++++++++++++++++
 debian/libclblas-bin.manpages |   1 +
 2 files changed, 119 insertions(+)

diff --git a/debian/clBLAS-client.1 b/debian/clBLAS-client.1
new file mode 100644
index 0000000..cf7e43c
--- /dev/null
+++ b/debian/clBLAS-client.1
@@ -0,0 +1,118 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.6.
+.TH CLBLAS "1" "April 2015" "clBLAS client API version:  2.4.0" "User Commands"
+.SH NAME
+clBLAS-client \- program to test different options for the OpenCL BLAS library
+.SH DESCRIPTION
+.SS "clBLAS client command line options:"
+.TP
+\fB\-h\fR [ \fB\-\-help\fR ]
+produces this help message
+.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\-\-useimages\fR
+Use an image\-based kernel
+.TP
+\fB\-m\fR [ \fB\-\-sizem\fR ] arg (=128)
+number of rows in A and C
+.TP
+\fB\-n\fR [ \fB\-\-sizen\fR ] arg (=128)
+number of columns in B and C
+.TP
+\fB\-k\fR [ \fB\-\-sizek\fR ] arg (=128)
+number of columns in A and rows in B
+.TP
+\fB\-\-lda\fR arg (=0)
+first dimension of A in memory. if set to 0,
+lda will default to M (when transposeA is "no
+transpose") or K (otherwise)
+.TP
+\fB\-\-ldb\fR arg (=0)
+first dimension of B in memory. if set to 0,
+ldb will default to K (when transposeB is "no
+transpose") or N (otherwise)
+.TP
+\fB\-\-ldc\fR arg (=0)
+first dimension of C in memory. if set to 0,
+ldc will default to M
+.TP
+\fB\-\-offA\fR arg (=0)
+offset of the matrix A in memory object
+.TP
+\fB\-\-offBX\fR arg (=0)
+offset of the matrix B or vector X in memory
+object
+.TP
+\fB\-\-offCY\fR arg (=0)
+offset of the matrix C or vector Y in memory
+object
+.TP
+\fB\-\-alpha\fR arg (=1)
+specifies the scalar alpha
+.TP
+\fB\-\-beta\fR arg (=1)
+specifies the scalar beta
+.TP
+\fB\-o\fR [ \fB\-\-order\fR ] arg (=0)
+0 = row major, 1 = column major
+.TP
+\fB\-\-transposeA\fR arg (=0)
+0 = no transpose, 1 = transpose, 2 = conjugate
+transpose
+.TP
+\fB\-\-transposeB\fR arg (=0)
+0 = no transpose, 1 = transpose, 2 = conjugate
+transpose
+.TP
+\fB\-f\fR [ \fB\-\-function\fR ] arg (=gemm)
+BLAS function to test. Options: gemm, trsm,
+trmm, gemv, symv, syrk, syr2k
+.TP
+\fB\-r\fR [ \fB\-\-precision\fR ] arg (=s)
+Options: s,d,c,z
+.TP
+\fB\-\-side\fR arg (=0)
+0 = left, 1 = right. only used with [list of
+function families]
+.TP
+\fB\-\-uplo\fR arg (=0)
+0 = upper, 1 = lower. only used with [list of
+function families]
+.TP
+\fB\-\-diag\fR arg (=0)
+0 = unit diagonal, 1 = non unit diagonal. only
+used with [list of function families]
+.TP
+\fB\-p\fR [ \fB\-\-profile\fR ] arg (=20)
+Time and report the kernel speed (default:
+profiling off)
+.TP
+\fB\-\-roundtrip\fR arg (=noroundtrip) 
+including the time of OpenCL memory allocation
+and transportation; options:roundtrip,
+noroundtrip(default)
+.TP
+\fB\-\-memalloc\fR arg (=default)
+setting the memory allocation flags for
+OpenCL; would not take effect if roundtrip
+time is not measured; options:default(default)
+,alloc_host_ptr,use_host_ptr,copy_host_ptr,use
+_persistent_mem_amd,rect_mem
+.SH "COPYRIGHT"
+.br
+Copyright \(co 2015 Ghislain Antony Vaillant
+.br
+.PP
+This manual page was written for the Debian system (and may be used by others)\&.
+.PP
+Permission is granted to copy, distribute and/or modify 
+this document under the terms of the BSD 2-Clause 
+license\&.
+.sp
diff --git a/debian/libclblas-bin.manpages b/debian/libclblas-bin.manpages
new file mode 100644
index 0000000..7555f40
--- /dev/null
+++ b/debian/libclblas-bin.manpages
@@ -0,0 +1 @@
+debian/clBLAS-client.1

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



More information about the debian-science-commits mailing list