Files
openvino/src/plugins/intel_cpu/docs/debug_capabilities.md
Sebastian Golebiewski cbb25e9483 [DOCS] Proofreading developer documentation moved from wiki. (#15886)
Minor stylistic and grammar corrections. Fixing links

* Apply suggestions from code review

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2023-03-22 09:08:31 +01:00

873 B

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