2023-03-22 09:08:31 +01:00
|
|
|
# CPU Plugin Debug Capabilities
|
2023-02-16 08:03:11 +01:00
|
|
|
|
2023-03-22 09:08:31 +01:00
|
|
|
The page describes a list of useful debug features, controlled by environment variables.
|
2023-02-16 08:03:11 +01:00
|
|
|
|
|
|
|
|
They can be activated at runtime and might be used for analyzing issues, getting more context, comparing execution results, etc.
|
|
|
|
|
|
2023-03-22 09:08:31 +01:00
|
|
|
To have CPU debug capabilities available at runtime, use the following CMake option when building the plugin:
|
2023-02-16 08:03:11 +01:00
|
|
|
* `ENABLE_DEBUG_CAPS`. Default is `OFF`
|
|
|
|
|
|
2023-03-22 09:08:31 +01:00
|
|
|
The following debug capabilities are available with the latest OpenVINO:
|
2023-02-16 08:03:11 +01:00
|
|
|
|
|
|
|
|
- [Verbose mode](../src/docs/verbose.md)
|
|
|
|
|
- [Blob dumping](../src/docs/blob_dumping.md)
|
|
|
|
|
- [Graph serialization](../src/docs/graph_serialization.md)
|
|
|
|
|
|
|
|
|
|
## See also
|
2023-03-22 09:08:31 +01:00
|
|
|
|
2023-02-16 08:03:11 +01:00
|
|
|
* [OpenVINO™ README](../../../../README.md)
|
|
|
|
|
* [OpenVINO Core Components](../../../README.md)
|
|
|
|
|
* [OpenVINO Plugins](../../README.md)
|
|
|
|
|
* [OpenVINO GPU Plugin](../README.md)
|
|
|
|
|
* [Developer documentation](../../../../docs/dev/index.md)
|