mkl_set_interface_layer
mkl_set_interface_layer
Sets the interface layer for at run time. Use with the Single Dynamic Library.
Intel® oneAPI Math Kernel Library
Syntax
int
mkl_set_interface_layer
(
int
required_interface
);
Include Files
- mkl.h
Input Parameters
Name | Type | Description |
---|---|---|
required_interface | int | Determines the interface layer. Possible values depend on the system architecture. Some of the values are only available on Linux* OS:
|
Description
If you are using the Single Dynamic Library (SDL), the at run time.
mkl_set_interface_layer
function sets the specified interface layer for Intel® oneAPI Math Kernel Library
Call this function prior to calling any other function in your application except
Intel® oneAPI Math Kernel Library
mkl_set_threading_layer
. You can call mkl_set_interface_layer
and mkl_set_threading_layer
in any order.The
mkl_set_interface_layer
function
takes precedence over the MKL_INTERFACE_LAYER
environment variable.See Developer Guide for the layered model concept and usage details of the SDL.
Intel® oneAPI Math Kernel Library
Return Values
Type | Description |
---|---|
int |
|