Introduction to the Intel® oneAPI Math Kernel Library
Use the Intel® oneAPI Math Kernel Library (oneMKL) when you need to perform computations with high performance. oneMKL offers highly-optimized and extensively threaded routines which implement many types of operations.
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |
Operation | Routine |
---|---|
Linear Algebra |
|
Fast Fourier Transforms |
|
Summary Statistics |
|
Data Fitting |
|
Other Components |
|
Explore Basic Linear Algebra Subprograms (BLAS)
One key area is the Basic Linear Algebra Subprograms (BLAS), which perform a variety of vector and matrix operations. This tutorial uses the dgemm routine to demonstrate how to perform matrix multiplication as efficiently as possible.