tritonparse 0.3.1.dev20251021071528__py3-none-any.whl → 0.3.1.dev20251023071548__py3-none-any.whl
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.
- tritonparse/common.py +2 -2
- tritonparse/context_manager.py +3 -3
- {tritonparse-0.3.1.dev20251021071528.dist-info → tritonparse-0.3.1.dev20251023071548.dist-info}/METADATA +1 -1
- {tritonparse-0.3.1.dev20251021071528.dist-info → tritonparse-0.3.1.dev20251023071548.dist-info}/RECORD +8 -8
- {tritonparse-0.3.1.dev20251021071528.dist-info → tritonparse-0.3.1.dev20251023071548.dist-info}/WHEEL +0 -0
- {tritonparse-0.3.1.dev20251021071528.dist-info → tritonparse-0.3.1.dev20251023071548.dist-info}/entry_points.txt +0 -0
- {tritonparse-0.3.1.dev20251021071528.dist-info → tritonparse-0.3.1.dev20251023071548.dist-info}/licenses/LICENSE +0 -0
- {tritonparse-0.3.1.dev20251021071528.dist-info → tritonparse-0.3.1.dev20251023071548.dist-info}/top_level.txt +0 -0
tritonparse/common.py
CHANGED
|
@@ -25,9 +25,9 @@ def is_fbcode():
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
if is_fbcode():
|
|
28
|
-
from
|
|
28
|
+
from .fb.source_type import SourceType
|
|
29
29
|
else:
|
|
30
|
-
from
|
|
30
|
+
from .source_type import SourceType
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
class Rank:
|
tritonparse/context_manager.py
CHANGED
|
@@ -2,10 +2,10 @@ import os
|
|
|
2
2
|
import shutil
|
|
3
3
|
import tempfile
|
|
4
4
|
|
|
5
|
-
from
|
|
5
|
+
from .shared_vars import TEST_KEEP_OUTPUT
|
|
6
6
|
|
|
7
|
-
from
|
|
8
|
-
from
|
|
7
|
+
from .structured_logging import clear_logging_config, init
|
|
8
|
+
from .utils import unified_parse
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
def createUniqueTempDirectory():
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tritonparse
|
|
3
|
-
Version: 0.3.1.
|
|
3
|
+
Version: 0.3.1.dev20251023071548
|
|
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
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
tritonparse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
tritonparse/__main__.py,sha256=wu5N2wk8mvBgyvr2ghmQf4prezAe0_i-p123VVreyYc,62
|
|
3
3
|
tritonparse/cli.py,sha256=w_sCIv1NlcGDzoflsYuTvtQis92_YuZEC51ZlTVsYCU,2517
|
|
4
|
-
tritonparse/common.py,sha256=
|
|
5
|
-
tritonparse/context_manager.py,sha256=
|
|
4
|
+
tritonparse/common.py,sha256=MJo9bVCgSKkwXpEoUkUczPo_5jOYpJgXLq4UsWYqN3c,13924
|
|
5
|
+
tritonparse/context_manager.py,sha256=R6zKoixi8aXF2yK8pN1EUVPPmldhhXMdEK_PgKZjaX4,2188
|
|
6
6
|
tritonparse/event_diff.py,sha256=yOD6uNxLJroatfx2nEGr-erw24ObOrHU9P6V5pzr8do,4907
|
|
7
7
|
tritonparse/extract_source_mappings.py,sha256=Z6UxFj2cCE5NCWLQTYPKqUpLfbYhqP8xgCl5mvud9KI,1451
|
|
8
8
|
tritonparse/ir_parser.py,sha256=1j1tP9jpUN7wH3e01bKUkUPgTMlNXUdp8LKRCC-WTro,9324
|
|
@@ -32,9 +32,9 @@ tritonparse/tools/format_fix.py,sha256=Ol0Sjui8D7OzHwbamAfGnq8V5Y63uwNaFTKSORN5H
|
|
|
32
32
|
tritonparse/tools/load_tensor.py,sha256=94-TiSYlpXJx4MPmGK1ovmZlTt56Q_B3KQeCPaA6Cnw,2734
|
|
33
33
|
tritonparse/tools/prettify_ndjson.py,sha256=r2YlHwFDTHgML7KljRmMsHaDg29q8gOQAgyDKWJhxRM,11062
|
|
34
34
|
tritonparse/tools/readme.md,sha256=w6PWYfYnRgoPArLjxG9rVrpcLUkoVMGuRlbpF-o0IQM,110
|
|
35
|
-
tritonparse-0.3.1.
|
|
36
|
-
tritonparse-0.3.1.
|
|
37
|
-
tritonparse-0.3.1.
|
|
38
|
-
tritonparse-0.3.1.
|
|
39
|
-
tritonparse-0.3.1.
|
|
40
|
-
tritonparse-0.3.1.
|
|
35
|
+
tritonparse-0.3.1.dev20251023071548.dist-info/licenses/LICENSE,sha256=4ZciugpyN7wcM4L-9pyDh_etvMUeIfBhDTyH1zeZlQM,1515
|
|
36
|
+
tritonparse-0.3.1.dev20251023071548.dist-info/METADATA,sha256=QCqUUpoXTPPeUN3mhNWN_fsipg9W3a1Pq5GiHln1oRM,8278
|
|
37
|
+
tritonparse-0.3.1.dev20251023071548.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
38
|
+
tritonparse-0.3.1.dev20251023071548.dist-info/entry_points.txt,sha256=wEXdaieDoRRCCdhEv2p_C68iytnaXU_2pwt5CqjfbWY,56
|
|
39
|
+
tritonparse-0.3.1.dev20251023071548.dist-info/top_level.txt,sha256=ITcTKgp3vf_bXV9vixuQU9IrZa3L1EfDSZwvRzRaoJU,12
|
|
40
|
+
tritonparse-0.3.1.dev20251023071548.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|