ad-graph-dump
CommunitySee AutoDeploy graph changes transform-by-transform
Software Engineering#environment variables#tensorrt-llm#autodeploy#fx graph#graph debugging#fusion verification#distributed rank-0
Authoryo-steven
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Ad-graph-dump helps you debug TensorRT-LLM AutoDeploy by making the intermediate FX graph structure visible after each transform, so you can confirm what rewrites happened and where a specific subgraph came from.
Core Features & Use Cases
- Per-transform FX graph dumps: Writes a text dump after every registered AutoDeploy transform runs, capturing the module’s graph state immediately after that transform.
- Deterministic file naming for pipeline order: Produces lexicographically sortable filenames that track run order and transform stage/keys for easy before/after comparisons.
- Rank-aware safe dumping: Only rank 0 writes files, avoiding duplicated outputs in distributed runs.
- Actionable for fusion and subgraph verification: Use dumps to verify fusion matches, check whether wrapper/metadata nodes appear or disappear, and correlate transform logs to on-disk graph output.
Quick Start
Set AD_DUMP_GRAPHS_DIR to a writable directory, then run your AutoDeploy entrypoint so that the pipeline emits numbered graph dump files after each transform.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ad-graph-dump Download link: https://github.com/yo-steven/skills-exploration-20260522/archive/main.zip#ad-graph-dump Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.