Intel® Math Kernel Library 2018 Developer Reference - C
For the Automatic Offload mode, clears the status of the latest call to an Intel MKL function.
int mkl_mic_clear_status (void);
This function clears the status of the latest call to an Intel MKL function done in the Automatic Offload (AO) mode. Call mkl_mic_clear_status before calling an Intel MKL function in the AO mode to be able to check the status of the AO call. Because the status is a thread-local value, getting the status for an Intel MKL function requires the following sequence of function calls in the same thread:
mkl_mic_clear_status
Intel MKL function
mkl_mic_get_status
Optimization Notice |
---|
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 |