tripy-debugging
Installation
SKILL.md
Debugging and Error Reporting in nvtripy
When to Use
- Interpreting
TripyExceptionerror messages and stack traces - Enabling debug output for MLIR or TensorRT compilation
- Understanding the stack info system for precise error locations
- Adding error handling to new ops or modules
- Diagnosing compilation or runtime failures
Error Reporting System
raise_error — The Primary Error Function
From nvtripy/common/exception.py:
from nvtripy.common.exception import raise_error