tritonparse 0.2.4.dev20251010071509__tar.gz → 0.2.4.dev20251012071503__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tritonparse might be problematic. Click here for more details.

Files changed (117) hide show
  1. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/PKG-INFO +28 -29
  2. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/README.md +27 -28
  3. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse.egg-info/PKG-INFO +28 -29
  4. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/.ci/README.md +0 -0
  5. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/.ci/install-project.sh +0 -0
  6. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/.ci/install-triton.sh +0 -0
  7. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/.ci/run-tests.sh +0 -0
  8. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/.ci/setup.sh +0 -0
  9. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/.github/PAGES_SETUP.md +0 -0
  10. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/.github/workflows/deploy-pages-standalone.yml +0 -0
  11. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/.github/workflows/deploy-pages.yml +0 -0
  12. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/.github/workflows/nightly-pypi.yml +0 -0
  13. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/.github/workflows/test.yml +0 -0
  14. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/.gitignore +0 -0
  15. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/CHANGELOG.md +0 -0
  16. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/CODE_OF_CONDUCT.md +0 -0
  17. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/CONTRIBUTING.md +0 -0
  18. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/LICENSE +0 -0
  19. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/Makefile +0 -0
  20. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/__init__.py +0 -0
  21. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/docs/README.md +0 -0
  22. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/docs/screenshots/code-comparison.png +0 -0
  23. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/docs/screenshots/kernel-overview.png +0 -0
  24. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/pyproject.toml +0 -0
  25. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/run.py +0 -0
  26. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/setup.cfg +0 -0
  27. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tests/README.md +0 -0
  28. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tests/__init__.py +0 -0
  29. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tests/example_output/logs/dedicated_log_triton_trace_findhao_.ndjson +0 -0
  30. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tests/example_output/parsed_output/dedicated_log_triton_trace_findhao__mapped.ndjson.gz +0 -0
  31. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tests/example_output/parsed_output/f0_fc0_a0_cai-.ndjson.gz +0 -0
  32. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tests/example_output/parsed_output/log_file_list.json +0 -0
  33. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tests/example_output/parsed_output_complex/dedicated_log_triton_trace_findhao__mapped.ndjson.gz +0 -0
  34. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tests/example_output/parsed_output_complex/log_file_list.json +0 -0
  35. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tests/test_add.py +0 -0
  36. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tests/test_tritonparse.py +0 -0
  37. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/__init__.py +0 -0
  38. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/__main__.py +0 -0
  39. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/cli.py +0 -0
  40. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/common.py +0 -0
  41. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/context_manager.py +0 -0
  42. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/event_diff.py +0 -0
  43. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/extract_source_mappings.py +0 -0
  44. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/ir_parser.py +0 -0
  45. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/mapper.py +0 -0
  46. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/reproducer/__init__.py +0 -0
  47. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/reproducer/cli.py +0 -0
  48. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/reproducer/ingestion/ndjson.py +0 -0
  49. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/reproducer/orchestrator.py +0 -0
  50. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/reproducer/placeholder_replacer.py +0 -0
  51. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/reproducer/templates/__init__.py +0 -0
  52. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/reproducer/templates/example.py +0 -0
  53. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/reproducer/templates/loader.py +0 -0
  54. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/reproducer/utils.py +0 -0
  55. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/shared_vars.py +0 -0
  56. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/source_type.py +0 -0
  57. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/sourcemap_utils.py +0 -0
  58. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/structured_logging.py +0 -0
  59. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/tools/__init__.py +0 -0
  60. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/tools/decompress_bin_ndjson.py +0 -0
  61. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/tools/disasm.py +0 -0
  62. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/tools/format_fix.py +0 -0
  63. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/tools/load_tensor.py +0 -0
  64. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/tools/prettify_ndjson.py +0 -0
  65. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/tools/readme.md +0 -0
  66. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/tp_logger.py +0 -0
  67. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/trace_processor.py +0 -0
  68. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse/utils.py +0 -0
  69. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse.egg-info/SOURCES.txt +0 -0
  70. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse.egg-info/dependency_links.txt +0 -0
  71. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse.egg-info/entry_points.txt +0 -0
  72. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse.egg-info/requires.txt +0 -0
  73. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/tritonparse.egg-info/top_level.txt +0 -0
  74. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/eslint.config.js +0 -0
  75. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/index.html +0 -0
  76. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/package-lock.json +0 -0
  77. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/package.json +0 -0
  78. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/postcss.config.js +0 -0
  79. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/public/dedicated_log_triton_trace_findhao__mapped.ndjson.gz +0 -0
  80. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/public/f0_fc0_a0_cai-.ndjson +0 -0
  81. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/public/favicon.ico +0 -0
  82. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/public/logo.svg +0 -0
  83. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/scripts/inline-html.js +0 -0
  84. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/App.css +0 -0
  85. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/App.tsx +0 -0
  86. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/assets/react.svg +0 -0
  87. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/ArgumentViewer.tsx +0 -0
  88. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/Callstack.tsx +0 -0
  89. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/CodeComparisonView.tsx +0 -0
  90. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/CodeViewer.tsx +0 -0
  91. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/CompilationInfo.tsx +0 -0
  92. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/CopyCodeButton.tsx +0 -0
  93. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/DataSourceSelector.tsx +0 -0
  94. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/DiffComparisonView.tsx +0 -0
  95. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/DiffViewer.tsx +0 -0
  96. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/ExternalLink.tsx +0 -0
  97. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/SingleCodeViewer.tsx +0 -0
  98. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/StackDiffViewer.tsx +0 -0
  99. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/ToggleSwitch.tsx +0 -0
  100. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/TritonIRs.tsx +0 -0
  101. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/components/WelcomeScreen.tsx +0 -0
  102. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/context/FileDiffSession.tsx +0 -0
  103. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/index.css +0 -0
  104. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/main.tsx +0 -0
  105. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/pages/CodeView.tsx +0 -0
  106. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/pages/FileDiffView.tsx +0 -0
  107. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/pages/KernelOverview.tsx +0 -0
  108. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/utils/dataLoader.ts +0 -0
  109. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/utils/fbDetection.ts +0 -0
  110. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/utils/safeImport.ts +0 -0
  111. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/utils/tensor.ts +0 -0
  112. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/src/vite-env.d.ts +0 -0
  113. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/tailwind.config.js +0 -0
  114. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/tsconfig.app.json +0 -0
  115. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/tsconfig.json +0 -0
  116. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/tsconfig.node.json +0 -0
  117. {tritonparse-0.2.4.dev20251010071509 → tritonparse-0.2.4.dev20251012071503}/website/vite.config.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tritonparse
3
- Version: 0.2.4.dev20251010071509
3
+ Version: 0.2.4.dev20251012071503
4
4
  Summary: TritonParse: A Compiler Tracer, Visualizer, and mini-Reproducer Generator for Triton Kernels
5
5
  Author-email: Yueming Hao <yhao@meta.com>
6
6
  License-Expression: BSD-3-Clause
@@ -51,7 +51,30 @@ Dynamic: license-file
51
51
 
52
52
  ## 🚀 Quick Start
53
53
 
54
- ### 1. Generate Traces
54
+ ### 1. Installation
55
+
56
+ **Four options to install:**
57
+ ```bash
58
+ # install nightly version
59
+ pip install -U --pre tritonparse
60
+ # install stable version
61
+ pip install tritonparse
62
+ # install from source
63
+ git clone https://github.com/meta-pytorch/tritonparse.git
64
+ cd tritonparse
65
+ pip install -e .
66
+ # pip install the latest version from github
67
+ pip install git+https://github.com/meta-pytorch/tritonparse.git
68
+ ```
69
+
70
+ **Prerequisites:** Python ≥ 3.10, Triton ≥ 3.4.0, GPU required (NVIDIA/AMD)
71
+
72
+ TritonParse relies on new features in Triton. If you're using nightly PyTorch, Triton is already included. Otherwise, install the latest Triton:
73
+ ```bash
74
+ pip install triton
75
+ ```
76
+
77
+ ### 2. Generate Traces
55
78
 
56
79
  ```python
57
80
  import tritonparse.structured_logging
@@ -86,19 +109,19 @@ tritonparse.utils.unified_parse("./logs/", out="./parsed_output")
86
109
  ```
87
110
  </details>
88
111
 
89
- ### 2. Visualize Results
112
+ ### 3. Visualize Results
90
113
 
91
114
  **Visit [https://meta-pytorch.org/tritonparse/](https://meta-pytorch.org/tritonparse/?json_url=https://meta-pytorch.org/tritonparse/dedicated_log_triton_trace_findhao__mapped.ndjson.gz)** and open your local trace files (.ndjson.gz format).
92
115
 
93
116
  > **🔒 Privacy Note**: Your trace files are processed entirely in your browser - nothing is uploaded to any server!
94
117
 
95
- ### 3. Generate Reproducers (Optional)
118
+ ### 4. Generate Reproducers (Optional)
96
119
 
97
120
  Extract any kernel into a standalone, executable Python script for debugging or testing:
98
121
 
99
122
  ```bash
100
123
  # Generate reproducer from first launch event
101
- tritonparse reproduce ./parsed_output/trace.ndjson.gz --line 2 --out-dir repro_output
124
+ tritonparseoss reproduce ./parsed_output/trace.ndjson.gz --line 2 --out-dir repro_output
102
125
 
103
126
  # Run the generated reproducer
104
127
  cd repro_output/<kernel_name>/
@@ -127,30 +150,6 @@ result = reproduce(
127
150
 
128
151
  </details>
129
152
 
130
- ## 🛠️ Installation
131
-
132
- **For basic usage (trace generation):**
133
- Four options:
134
- ```bash
135
- # install nightly version
136
- pip install -U --pre tritonparse
137
- # install stable version
138
- pip install tritonparse
139
- # install from source
140
- git clone https://github.com/meta-pytorch/tritonparse.git
141
- cd tritonparse
142
- pip install -e .
143
- # pip install the latest version from github
144
- pip install git+https://github.com/meta-pytorch/tritonparse.git
145
- ```
146
-
147
- **Prerequisites:** Python ≥ 3.10, Triton ≥ 3.4.0, GPU required (NVIDIA/AMD)
148
-
149
- TritonParse relies on new features in Triton. Please install the latest version of Triton:
150
- ```bash
151
- pip install triton
152
- ```
153
-
154
153
  ## 📚 Complete Documentation
155
154
 
156
155
  | 📖 Guide | Description |
@@ -33,7 +33,30 @@
33
33
 
34
34
  ## 🚀 Quick Start
35
35
 
36
- ### 1. Generate Traces
36
+ ### 1. Installation
37
+
38
+ **Four options to install:**
39
+ ```bash
40
+ # install nightly version
41
+ pip install -U --pre tritonparse
42
+ # install stable version
43
+ pip install tritonparse
44
+ # install from source
45
+ git clone https://github.com/meta-pytorch/tritonparse.git
46
+ cd tritonparse
47
+ pip install -e .
48
+ # pip install the latest version from github
49
+ pip install git+https://github.com/meta-pytorch/tritonparse.git
50
+ ```
51
+
52
+ **Prerequisites:** Python ≥ 3.10, Triton ≥ 3.4.0, GPU required (NVIDIA/AMD)
53
+
54
+ TritonParse relies on new features in Triton. If you're using nightly PyTorch, Triton is already included. Otherwise, install the latest Triton:
55
+ ```bash
56
+ pip install triton
57
+ ```
58
+
59
+ ### 2. Generate Traces
37
60
 
38
61
  ```python
39
62
  import tritonparse.structured_logging
@@ -68,19 +91,19 @@ tritonparse.utils.unified_parse("./logs/", out="./parsed_output")
68
91
  ```
69
92
  </details>
70
93
 
71
- ### 2. Visualize Results
94
+ ### 3. Visualize Results
72
95
 
73
96
  **Visit [https://meta-pytorch.org/tritonparse/](https://meta-pytorch.org/tritonparse/?json_url=https://meta-pytorch.org/tritonparse/dedicated_log_triton_trace_findhao__mapped.ndjson.gz)** and open your local trace files (.ndjson.gz format).
74
97
 
75
98
  > **🔒 Privacy Note**: Your trace files are processed entirely in your browser - nothing is uploaded to any server!
76
99
 
77
- ### 3. Generate Reproducers (Optional)
100
+ ### 4. Generate Reproducers (Optional)
78
101
 
79
102
  Extract any kernel into a standalone, executable Python script for debugging or testing:
80
103
 
81
104
  ```bash
82
105
  # Generate reproducer from first launch event
83
- tritonparse reproduce ./parsed_output/trace.ndjson.gz --line 2 --out-dir repro_output
106
+ tritonparseoss reproduce ./parsed_output/trace.ndjson.gz --line 2 --out-dir repro_output
84
107
 
85
108
  # Run the generated reproducer
86
109
  cd repro_output/<kernel_name>/
@@ -109,30 +132,6 @@ result = reproduce(
109
132
 
110
133
  </details>
111
134
 
112
- ## 🛠️ Installation
113
-
114
- **For basic usage (trace generation):**
115
- Four options:
116
- ```bash
117
- # install nightly version
118
- pip install -U --pre tritonparse
119
- # install stable version
120
- pip install tritonparse
121
- # install from source
122
- git clone https://github.com/meta-pytorch/tritonparse.git
123
- cd tritonparse
124
- pip install -e .
125
- # pip install the latest version from github
126
- pip install git+https://github.com/meta-pytorch/tritonparse.git
127
- ```
128
-
129
- **Prerequisites:** Python ≥ 3.10, Triton ≥ 3.4.0, GPU required (NVIDIA/AMD)
130
-
131
- TritonParse relies on new features in Triton. Please install the latest version of Triton:
132
- ```bash
133
- pip install triton
134
- ```
135
-
136
135
  ## 📚 Complete Documentation
137
136
 
138
137
  | 📖 Guide | Description |
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tritonparse
3
- Version: 0.2.4.dev20251010071509
3
+ Version: 0.2.4.dev20251012071503
4
4
  Summary: TritonParse: A Compiler Tracer, Visualizer, and mini-Reproducer Generator for Triton Kernels
5
5
  Author-email: Yueming Hao <yhao@meta.com>
6
6
  License-Expression: BSD-3-Clause
@@ -51,7 +51,30 @@ Dynamic: license-file
51
51
 
52
52
  ## 🚀 Quick Start
53
53
 
54
- ### 1. Generate Traces
54
+ ### 1. Installation
55
+
56
+ **Four options to install:**
57
+ ```bash
58
+ # install nightly version
59
+ pip install -U --pre tritonparse
60
+ # install stable version
61
+ pip install tritonparse
62
+ # install from source
63
+ git clone https://github.com/meta-pytorch/tritonparse.git
64
+ cd tritonparse
65
+ pip install -e .
66
+ # pip install the latest version from github
67
+ pip install git+https://github.com/meta-pytorch/tritonparse.git
68
+ ```
69
+
70
+ **Prerequisites:** Python ≥ 3.10, Triton ≥ 3.4.0, GPU required (NVIDIA/AMD)
71
+
72
+ TritonParse relies on new features in Triton. If you're using nightly PyTorch, Triton is already included. Otherwise, install the latest Triton:
73
+ ```bash
74
+ pip install triton
75
+ ```
76
+
77
+ ### 2. Generate Traces
55
78
 
56
79
  ```python
57
80
  import tritonparse.structured_logging
@@ -86,19 +109,19 @@ tritonparse.utils.unified_parse("./logs/", out="./parsed_output")
86
109
  ```
87
110
  </details>
88
111
 
89
- ### 2. Visualize Results
112
+ ### 3. Visualize Results
90
113
 
91
114
  **Visit [https://meta-pytorch.org/tritonparse/](https://meta-pytorch.org/tritonparse/?json_url=https://meta-pytorch.org/tritonparse/dedicated_log_triton_trace_findhao__mapped.ndjson.gz)** and open your local trace files (.ndjson.gz format).
92
115
 
93
116
  > **🔒 Privacy Note**: Your trace files are processed entirely in your browser - nothing is uploaded to any server!
94
117
 
95
- ### 3. Generate Reproducers (Optional)
118
+ ### 4. Generate Reproducers (Optional)
96
119
 
97
120
  Extract any kernel into a standalone, executable Python script for debugging or testing:
98
121
 
99
122
  ```bash
100
123
  # Generate reproducer from first launch event
101
- tritonparse reproduce ./parsed_output/trace.ndjson.gz --line 2 --out-dir repro_output
124
+ tritonparseoss reproduce ./parsed_output/trace.ndjson.gz --line 2 --out-dir repro_output
102
125
 
103
126
  # Run the generated reproducer
104
127
  cd repro_output/<kernel_name>/
@@ -127,30 +150,6 @@ result = reproduce(
127
150
 
128
151
  </details>
129
152
 
130
- ## 🛠️ Installation
131
-
132
- **For basic usage (trace generation):**
133
- Four options:
134
- ```bash
135
- # install nightly version
136
- pip install -U --pre tritonparse
137
- # install stable version
138
- pip install tritonparse
139
- # install from source
140
- git clone https://github.com/meta-pytorch/tritonparse.git
141
- cd tritonparse
142
- pip install -e .
143
- # pip install the latest version from github
144
- pip install git+https://github.com/meta-pytorch/tritonparse.git
145
- ```
146
-
147
- **Prerequisites:** Python ≥ 3.10, Triton ≥ 3.4.0, GPU required (NVIDIA/AMD)
148
-
149
- TritonParse relies on new features in Triton. Please install the latest version of Triton:
150
- ```bash
151
- pip install triton
152
- ```
153
-
154
153
  ## 📚 Complete Documentation
155
154
 
156
155
  | 📖 Guide | Description |