Intel® Math Kernel Library 2018 Developer Reference - C
Enables or disables Intel MKL Verbose mode.
int mkl_verbose (int enable);
Name |
Type |
Description |
---|---|---|
enable |
int |
Desired state of the Intel MKL Verbose mode. Indicates whether printing Intel MKL function call information should be turned on or off. Possible values:
|
This function enables or disables the Intel MKL Verbose mode, in which computational functions print call description information. For details of the Verbose mode, see the Intel MKL Developer Guide, available in the Intel® Software Documentation Library.
The setting for the Verbose mode specified by the mkl_verbose function takes precedence over the setting specified by the MKL_VERBOSE environment variable.
Name |
Type |
Description |
---|---|---|
status |
int |
|