Intel® Math Kernel Library 2018 Developer Reference - C
Disables Automatic Offload mode.
int mkl_mic_disable();
The mkl_mic_disable function disables Automatic Offload mode. To enable Automatic Offload mode back, use the mkl_mic_enable function.
If Automatic Offload mode if not enabled, a call to mkl_mic_disable completes successfully if Intel Xeon Phi coprocessors are available on your system.
Name |
Type |
Description |
---|---|---|
ierr |
int |
Result status: = 0 Indicates that Automatic Offload mode is successfully disabled. < 0 Indicates a failure to disable Automatic Offload mode. |