TritonParse: A Compiler Tracer, Visualizer, and mini-Reproducer Generator for Triton Kernels
Project description
TritonParse
A comprehensive visualization and analysis tool for Triton kernel compilation and launch โ helping developers analyze, debug, and understand Triton kernel compilation processes.
๐ Try it online โ
โจ Key Features
๐ Visualization & Analysis
- ๐ Launch Difference Analysis - Detect and visualize kernel launch parameter variations
- ๐ IR Code View - Side-by-side IR viewing with synchronized highlighting and line mapping
- ๐ File Diff View - Compare kernels across different trace files side-by-side
- ๐ Multi-format IR Support - View TTGIR, TTIR, LLIR, PTX, and AMDGCN
- ๐ฏ Interactive Code Views - Click-to-highlight corresponding lines across IR stages
๐ Structured Logging & Analysis
- ๐ Compilation & Launch Tracing - Capture detailed events with source mapping
- ๐ Stack Trace Integration - Full Python stack traces for debugging
- ๐ Metadata Extraction - Comprehensive kernel statistics
๐ ๏ธ Developer Tools
- ๐ง Reproducer Generation - Generate standalone Python scripts to reproduce kernels
- ๐ Browser-based Interface - No installation required, works in your browser
- ๐ Privacy-first - All processing happens locally, no data uploaded
๐ Quick Start
1. Generate Traces
import tritonparse.structured_logging
import tritonparse.utils
# Initialize logging
tritonparse.structured_logging.init("./logs/", enable_trace_launch=True)
# Your Triton/PyTorch code here
# ... your kernels ...
# Parse and generate trace files
tritonparse.utils.unified_parse("./logs/", out="./parsed_output")
๐ Example output (click to expand)
================================================================================
๐ TRITONPARSE PARSING RESULTS
================================================================================
๐ Parsed files directory: /scratch/findhao/tritonparse/tests/parsed_output
๐ Total files generated: 2
๐ Generated files:
1. ๐ dedicated_log_triton_trace_findhao__mapped.ndjson.gz (7.2KB)
2. ๐ log_file_list.json (181B)
================================================================================
โ
Parsing completed successfully!
================================================================================
2. Visualize Results
Visit https://meta-pytorch.org/tritonparse/ and open your local trace files (.ndjson.gz format).
๐ Privacy Note: Your trace files are processed entirely in your browser - nothing is uploaded to any server!
๐ ๏ธ Installation
For basic usage (trace generation): Four options:
# install nightly version
pip install -U --pre tritonparse
# install stable version
pip install tritonparse
# install from source
git clone https://github.com/meta-pytorch/tritonparse.git
cd tritonparse
pip install -e .
# pip install the latest version from github
pip install git+https://github.com/meta-pytorch/tritonparse.git
Prerequisites: Python โฅ 3.10, Triton โฅ 3.4.0, GPU required (NVIDIA/AMD)
TritonParse relies on new features in Triton. Please install the latest version of Triton:
pip install triton
๐ Complete Documentation
| ๐ Guide | Description |
|---|---|
| ๐ Wiki Home | Complete documentation and quick navigation |
| ๐ฆ Installation | Setup guide for all scenarios |
| ๐ Usage Guide | Complete workflow, examples, and reproducer |
| ๐ Web Interface | Master the visualization interface |
| ๐ง Developer Guide | Contributing and architecture overview |
| ๐ Code Formatting | Formatting standards and tools |
| โ FAQ | Quick answers and troubleshooting |
๐ Understanding Triton Compilation
TritonParse visualizes the complete Triton compilation pipeline:
Python Source โ TTIR โ TTGIR โ LLIR โ PTX/AMDGCN
Each stage can be inspected and compared to understand optimization transformations.
๐ค Contributing
We welcome contributions! Please see our Developer Guide for:
- Development setup and prerequisites
- Code formatting standards (Formatting Guide)
- Pull request and code review process
- Testing guidelines
- Architecture overview
๐ Support & Community
- ๐ Report Issues: GitHub Issues
- ๐ฌ Discussions: GitHub Discussions
- ๐ Documentation: TritonParse Wiki
๐ License
This project is licensed under the BSD-3 License - see the LICENSE file for details.
โจ Ready to get started? Visit our Installation Guide or try the online tool directly!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tritonparse-0.2.4.dev20251008071501.tar.gz.
File metadata
- Download URL: tritonparse-0.2.4.dev20251008071501.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c582115cc2357ee06c5b5322a2d2f5d76a860bbe7a2a27f92088b04a0bcdcdc
|
|
| MD5 |
cbc928f21b46fa8641e602fe376c4a98
|
|
| BLAKE2b-256 |
a1a8432693a49b942d9b0fabce0e3469c42ec47a35ee84f7c420dc4c301406cd
|
File details
Details for the file tritonparse-0.2.4.dev20251008071501-py3-none-any.whl.
File metadata
- Download URL: tritonparse-0.2.4.dev20251008071501-py3-none-any.whl
- Upload date:
- Size: 67.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fd306d4a04c0ded1c2744cab271718f34bc7a5f5f5dae9710dbb61b75830b40
|
|
| MD5 |
33f1dd212c9b90b3dddeb359f0d0bf83
|
|
| BLAKE2b-256 |
077a859361d8c64e548f720586f98287f083a9979b57de3a917ed3cefa434607
|