Developer Reference for Intel® oneAPI Math Kernel Library for C
mkl_verbose
Enables or disables Intel® oneAPI Math Kernel Library (oneMKL) Verbose mode.
Syntax
intmkl_verbose ( intenable );
Include Files
mkl.h
Input Parameters
Name |
Type |
Description |
|---|---|---|
enable |
int |
Desired state of the Intel® oneMKL Verbose mode. Indicates whether printing Intel® oneMKL function call information should be turned on or off. Possible values:
|
Description
This function enables or disables the Intel® oneMKL Verbose mode, in which computational functions print call description information. For details of the Verbose mode, see the Intel® oneMKL Developer Guide Linux or Windows , available in the Intel® Software Documentation Library.
Return Values
Name |
Type |
Description |
|---|---|---|
status |
int |
|