-
Notifications
You must be signed in to change notification settings - Fork 2.4k
CPUPluginDebugCapabilities
Gorokhov Dmitriy edited this page Feb 11, 2022
·
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_DEBUG_CAPS
. Default isOFF
The following debug capabilities are available with the latest openvino:
© 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