ov-debug

Installation
SKILL.md

Debug Skill

Prerequisites

Build flags that enable debug capabilities (check CMakeCache.txt in the build dir):

  • -DENABLE_DEBUG_CAPS=ON — CPU/GPU plugin debug env vars, transformation matcher logging

Components

Component Reference file to read Routing hints
openvino_intel_cpu_plugin @components/debug-intel-cpu-plugin.md CPU: inference issues, wrong results, slow inference, tensor dumps, execution graphs
openvino_intel_gpu_plugin @components/debug-intel-gpu-plugin.md GPU: inference issues, wrong results, slow inference, tensor dumps, execution graphs
transformations @components/debug-transformations.md transformation not applied, pass not firing, slow compilation, graph inspection

Steps

  1. Match the user's symptom to the routing hints above to identify the component(s)
  2. Load the component's reference file
  3. Follow the instructions and recommendations for debugging
Installs
2
GitHub Stars
10.9K
First Seen
May 22, 2026
ov-debug — openvinotoolkit/openvino