clBLAS 2.0
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
[detail level 12]
 Overview
 clblas types
 Version information
 Initialize library
 BLAS-1 functions
 SWAP - Swap elements from 2 vectors
 SCAL - Scales a vector by a constant
 SSCAL - Scales a complex vector by a real constant
 COPY - Copies elements from vector X to vector Y
 AXPY - Scale X and add to Y
 DOT - Dot product of two vectors
 ROTG - Constructs givens plane rotation
 ROTMG - Constructs the modified givens rotation
 ROT - Apply givens rotation
 ROTM - Apply modified givens rotation for points in the plane
 NRM2 - Euclidean norm of a vector
 iAMAX - Index of max absolute value
 ASUM - Sum of absolute values
 BLAS-2 functions
 GEMV - General matrix-Vector multiplication
 SYMV - Symmetric matrix-Vector multiplication
 HEMV - Hermitian matrix-vector multiplication
 TRMV - Triangular matrix vector multiply
 TRSV - Triangular matrix vector Solve
 GER - General matrix rank 1 operation
 GERU - General matrix rank 1 operation
 GERC - General matrix rank 1 operation
 SYR - Symmetric rank 1 update
 HER - Hermitian rank 1 operation
 SYR2 - Symmetric rank 2 update
 HER2 - Hermitian rank 2 update
 TPMV - Triangular packed matrix-vector multiply
 TPSV - Triangular packed matrix vector solve
 SPMV - Symmetric packed matrix vector multiply
 HPMV - Hermitian packed matrix-vector multiplication
 SPR - Symmetric packed matrix rank 1 update
 HPR - Hermitian packed matrix rank 1 update
 SPR2 - Symmetric packed matrix rank 2 update
 HPR2 - Hermitian packed matrix rank 2 update
 GBMV - General banded matrix-vector multiplication
 TBMV - Triangular banded matrix vector multiply
 SBMV - Symmetric banded matrix-vector multiplication
 HBMV - Hermitian banded matrix-vector multiplication
 TBSV - Solving triangular banded matrix
 BLAS-3 functions
 GEMM - General matrix-matrix multiplication
 TRMM - Triangular matrix-matrix multiplication
 TRSM - Solving triangular systems of equations
 SYRK - Symmetric rank-k update of a matrix
 SYR2K - Symmetric rank-2k update to a matrix
 SYMM - Symmetric matrix-matrix multiply
 HEMM - Hermitian matrix-matrix multiplication
 HERK - Hermitian rank-k update to a matrix
 HER2K - Hermitian rank-2k update to a matrix