Intel® Math Kernel Library 11.3 Update 4 Developer Guide
Intel MKL is structured to support multiple compilers and interfaces, both serial and multi-threaded modes, different implementations of threading run-time libraries, and a wide range of processors. Conceptually Intel MKL can be divided into distinct parts to support different interfaces, threading models, and core computations:
You can combine Intel MKL libraries to meet your needs by linking with one library in each part layer-by-layer.
To support threading with different compilers, you also need to use an appropriate threading run-time library (RTL). These libraries are provided by compilers and are not included in Intel MKL.
The following table provides more details of each layer.
Layer |
Description |
---|---|
Interface Layer |
This layer matches compiled code of your application with the threading and/or computational parts of the library. This layer provides:
|
Threading Layer |
This layer:
This layer is compiled for different environments (threaded or sequential) and compilers (from Intel, GNU*, and PGI*). |
Computational Layer |
This layer accommodates multiple architectures through identification of architecture features and chooses the appropriate binary code at run time. |
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 |