tripy-debugging

Installation
SKILL.md

Debugging and Error Reporting in nvtripy

When to Use

  • Interpreting TripyException error 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
Installs
1
GitHub Stars
126
First Seen
11 days ago
tripy-debugging — nvidia/tensorrt-incubator