BLAS-like Extensions¶
Intel® oneAPI Math Kernel Library (oneMKL) DPC++ provides additional routines to extend the functionality of the BLAS routines. These include routines to compute many independent vector-vector, vector-matrix, matrix-matrix operations.
The following table lists these routines.
Routine |
Data Types |
Description |
---|---|---|
|
Computes a vector-scalar product added to a scaled-vector. |
|
|
Computes groups of vector-scalar product added to a vector. |
|
|
Computes groups of vector copies. |
|
|
Computes a group of diagonal matrix-matrix product. |
|
|
Computes groups of matrix-matrix product with general matrices. |
|
mixed |
Computes a matrix-matrix product with general matrices and mixed precision. |
|
|
Computes a matrix-matrix product with general matrices, but updates only the upper/lower triangular part of the output matrix. |
|
|
Computes a group of matrix-vector product using general matrices. |
|
|
Computes rank-k updates on a group of symmetric matrices by a group of general matrices. |
|
|
Solves a triangular matrix equation for a group of matrices. |
|
|
Computes groups of out-of-place matrix copies or transpositions. |
|
|
Computes groups of in-place matrix copies or transpositions. |
|
|
Computes groups of matrix additions. |