Developer Reference for Intel® oneAPI Math Kernel Library for C
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-31DA53F1-4363-4FA7-9781-810CF8EF253C
Visible to Intel only — GUID: GUID-31DA53F1-4363-4FA7-9781-810CF8EF253C
Single Dynamic Library Control
Intel® oneAPI Math Kernel Library provides the Single Dynamic Library (SDL), which enables setting the interface and threading layer for Intel® oneAPI Math Kernel Library at run time. SeeIntel® oneAPI Math Kernel Library Developer Guide for details of SDL and layered model concept. This section describes the functions supporting SDL.
- mkl_set_interface_layer
Sets the interface layer for Intel® oneAPI Math Kernel Library at run time. Use with the Single Dynamic Library. - mkl_set_threading_layer
Sets the threading layer for Intel® oneAPI Math Kernel Library at run time. Use with the Single Dynamic Library (SDL). - mkl_set_xerbla
Replaces the error handling routine. Use with the Single Dynamic Library . - mkl_set_progress
Replaces the progress information routine. - mkl_set_pardiso_pivot
Replaces the routine handling Intel® oneAPI Math Kernel Library PARDISO pivots with a user-defined routine. Use with the Single Dynamic Library (SDL).