Intel® Math Kernel Library 2018 Developer Reference - C
Enables Automatic Offload mode.
int mkl_mic_enable();
The mkl_mic_enable function enables Automatic Offload mode and initializes Intel Xeon Phi coprocessors available on your system. This function takes precedence over the MKL_MIC_ENABLE environment variable. Unlike the function, the environment variable enables Automatic Offload mode, but the initialization is delayed until a call to an Intel MKL function supporting Automatic Offload. For functions supporting Automatic Offload, see the Intel MKL Release Notes.
Name |
Type |
Description |
---|---|---|
ierr |
int |
Result status: = 0 Indicates that Automatic Offload mode is successfully enabled. < 0 Indicates a failure to enable Automatic Offload mode. |