-
Notifications
You must be signed in to change notification settings - Fork 2.4k
CPUPluginDebugCapabilities
Egor Duplensky edited this page May 14, 2021
·
4 revisions
The page describes 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 the following CMake option should be used when building the plugin:
-
ENABLE_CPU_DEBUG_CAPS
. Default isOFF
The detailed information about each debug capability is available in repo's documentation:
© Copyright 2018-2024, OpenVINO team
- Home
- General resources
- How to build
-
Developer documentation
- Inference Engine architecture
- CPU plugin
- GPU plugin
- HETERO plugin architecture
- Snippets
- Sample for IE C++/C/Python API
- Proxy plugin (Concept)
- Tests