Deep Neural Network Library (DNNL)  1.1.3
Performance library for Deep Learning
Functions
Service functions

Functions

dnnl_status_t DNNL_API dnnl_set_verbose (int level)
 Sets verbosity level (print information to stdout). More...
 
dnnl_status_t DNNL_API dnnl_set_jit_dump (int enable)
 Enables or disables dumping of JIT-generated code. More...
 
const dnnl_version_t DNNL_API * dnnl_version ()
 Gets library version information. More...
 

Detailed Description

Function Documentation

◆ dnnl_set_verbose()

dnnl_status_t DNNL_API dnnl_set_verbose ( int  level)

Sets verbosity level (print information to stdout).

Possible levels are:

  • 0 – no verbose output (default)
  • 1 – primitive information at execution
  • 2 – primitive information at creation and execution
Note
Dumping information might affect performance. This setting overrides the DNNL_VERBOSE environment variable.

◆ dnnl_set_jit_dump()

dnnl_status_t DNNL_API dnnl_set_jit_dump ( int  enable)

Enables or disables dumping of JIT-generated code.

The enable parameter can be:

  • 0 – disable
  • any other value – enable
Note
This setting overrides the DNNL_JIT_DUMP environment variable.

◆ dnnl_version()

const dnnl_version_t DNNL_API* dnnl_version ( )

Gets library version information.

Version information includes:

  • major – major version number
  • minor – minor version number
  • patch – patch release number
  • hash – git commit hash