mkl_set_xerbla
mkl_set_xerbla
Replaces the error handling routine. Use with the Single Dynamic Library .
Syntax
XerblaEntry
mkl_set_xerbla
(
XerblaEntry
new_xerbla_ptr
);
Include Files
- mkl.h
Input Parameters
Name | Type | Description |
---|---|---|
new_xerbla_ptr | XerblaEntry | Pointer to the error handling routine to be used. |
Description
The functions with the routine specified by the parameter.
mkl_set_xerbla
function replaces the error handling routine that is called by Intel® oneAPI Math Kernel Library
See Developer Guide for details about SDL.
Intel® oneAPI Math Kernel Library
Return Values
The function returns the pointer to the replaced error handling routine.