Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 873 Bytes

debug_capabilities.md

File metadata and controls

22 lines (15 loc) · 873 Bytes

CPU Plugin Debug Capabilities

The page describes a list of useful debug features, controlled by environment variables.

They can be activated at runtime and might be used for analyzing issues, getting more context, comparing execution results, etc.

To have CPU debug capabilities available at runtime, use the following CMake option when building the plugin:

  • ENABLE_DEBUG_CAPS. Default is OFF

The following debug capabilities are available with the latest OpenVINO:

See also