BLAS-like Extensions
BLAS-like Extensions#
oneAPI Math Kernel Library DPC++ provides additional routines to extend the functionality of the BLAS routines. These include routines to compute many independent vector-vector and matrix-matrix operations.
The following table lists the BLAS-like extensions with their descriptions.
Routines |
Description |
---|---|
Computes groups of vector-scalar products added to a vector. |
|
Computes groups of matrix-matrix products with general matrices. |
|
Solves a triangular matrix equation for a group of matrices. |
|
Computes a matrix-matrix product with general matrices, but updates only the upper or lower triangular part of the result matrix. |
|
Computes a matrix-matrix product using general integer matrices with bias |
|
Computes an in-place matrix transposition or copy. |
|
Computes an out-of-place matrix transposition or copy. |
|
Computes a two-strided out-of-place matrix transposition or copy. |
|
Computes scaled matrix addition with possibly transposed arguments. |
|
Computes groups of in-place matrix transposition or copy operations. |
|
Computes groups of out-of-place matrix transposition or copy operations. |
|
Computes groups of scaled matrix additions. |
Parent topic: BLAS Routines