Scroll to navigation

CLBLAS(1) User Commands CLBLAS(1)

NAME

clBLAS-client - program to test different options for the OpenCL BLAS library

DESCRIPTION

clBLAS client command line options:

produces this help message
Force instantiation of an OpenCL GPU device
Force instantiation of an OpenCL CPU device
Force instantiation of all OpenCL devices
Use an image-based kernel
Number of rows in A and C
Number of columns in B and C
Number of columns in A and rows in B
First dimension of A in memory.
if set to 0, lda will default to M (when transposeA is "no transpose")
or K (otherwise)
First dimension of B in memory.
if set to 0, ldb will default to K (when transposeB is "no transpose")
or N (otherwise)
First dimension of C in memory.
if set to 0, ldc will default to M
Offset of the matrix A in memory object
Offset of the matrix B or vector X in memory object
Offset of the matrix C or vector Y in memory object
Specifies the scalar alpha
Specifies the scalar beta
0 = row major, 1 = column major
0 = no transpose, 1 = transpose, 2 = conjugate transpose
0 = no transpose, 1 = transpose, 2 = conjugate transpose
BLAS function to test.
Options: gemm, trsm, trmm, gemv, symv, syrk, syr2k
Options: s,d,c,z
0 = left, 1 = right.
only used with [list of function families]
0 = upper, 1 = lower.
only used with [list of function families]
0 = unit diagonal, 1 = non unit diagonal.
only used with [list of function families]
Time and report the kernel speed (default: profiling off)
Including the time of OpenCL memory allocation and transportation
Options: roundtrip, noroundtrip(default)
Setting the memory allocation flags for OpenCL
no 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

COPYRIGHT

Copyright © 2015 Ghislain Antony Vaillant

This manual page was written for the Debian system.

Permission is granted to copy, distribute and/or modify
this document under the terms of the BSD 2-Clause license.

April 2015 clBLAS client API version: 2.4.0