BLAS Level 3 Routines

BLAS Level 3 routines perform matrix-matrix operations. Table “BLAS Level 3 Routine Groups and Their Data Types” lists the BLAS Level 3 routine groups and the data types associated with them.

BLAS Level 3 Routine Groups and Their Data Types

Routine Group

Data Types

Description

?gemm

s, d, c, z

Matrix-matrix product of general matrices

?hemm

c, z

Matrix-matrix product of Hermitian matrices

?herk

c, z

Rank-k update of Hermitian matrices

?her2k

c, z

Rank-2k update of Hermitian matrices

?symm

s, d, c, z

Matrix-matrix product of symmetric matrices

?syrk

s, d, c, z

Rank-k update of symmetric matrices

?syr2k

s, d, c, z

Rank-2k update of symmetric matrices

?trmm

s, d, c, z

Matrix-matrix product of triangular matrices

?trsm

s, d, c, z

Linear matrix-matrix solution for triangular matrices

Symmetric Multiprocessing Version of Intel® MKL

Many applications spend considerable time executing BLAS routines. This time can be scaled by the number of processors available on the system through using the symmetric multiprocessing (SMP) feature built into the Intel MKL Library. The performance enhancements based on the parallel use of the processors are available without any programming effort on your part.

To enhance performance, the library uses the following methods:

Optimization Notice

Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice.

Notice revision #20110804


Submit feedback on this help topic