File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Extract any kernel into a standalone, executable Python script for debugging or
80
80
81
81
``` bash
82
82
# Generate reproducer from first launch event
83
- tritonparse reproduce ./parsed_output/trace.ndjson.gz --line 2 --out-dir repro_output
83
+ tritonparseoss reproduce ./parsed_output/trace.ndjson.gz --line 2 --out-dir repro_output
84
84
85
85
# Run the generated reproducer
86
86
cd repro_output/< kernel_name> /
@@ -128,7 +128,7 @@ pip install git+https://github.com/meta-pytorch/tritonparse.git
128
128
129
129
** Prerequisites:** Python ≥ 3.10, Triton ≥ 3.4.0, GPU required (NVIDIA/AMD)
130
130
131
- TritonParse relies on new features in Triton. Please install the latest version of Triton:
131
+ TritonParse relies on new features in Triton. If you're using nightly PyTorch, Triton is already included. Otherwise, install the latest Triton:
132
132
``` bash
133
133
pip install triton
134
134
```
You can’t perform that action at this time.
0 commit comments