mkl_verbose_output_file
mkl_verbose_output_file
Write output in Verbose mode to a file.
Intel® oneAPI Math Kernel Library
Syntax
int
mkl_verbose_output_file
(
const char*
filename
);
Include Files
- mkl.h
Input Parameters
Name | Type | Description |
---|---|---|
filename | char | Name of file. Specify the complete path of the output file. |
Description
This function writes the output in Verbose mode to the file
specified in the path.
If the write operation is successful, the function returns
0.
If the file does not exist or cannot be opened, the write
operation is unsuccessful. The function returns 1 and defaults to
mkl_verbose
behavior by printing to stdout
.For more information on the Verbose mode, see the Developer Guide, available in the Intel® Software Documentation Library.
Intel® oneAPI Math Kernel Library
Return Values
Name | Type | Description |
---|---|---|
status | int |
|