tritonparse 0.3.1.dev20251024071516__tar.gz → 0.3.1.dev20251026071454__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 (116) hide show
  1. {tritonparse-0.3.1.dev20251024071516/tritonparse.egg-info → tritonparse-0.3.1.dev20251026071454}/PKG-INFO +1 -1
  2. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/__main__.py +2 -0
  3. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/context_manager.py +2 -0
  4. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/event_diff.py +2 -0
  5. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/ir_analysis.py +2 -0
  6. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/ir_parser.py +2 -0
  7. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/mapper.py +2 -0
  8. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/reproducer/cli.py +2 -0
  9. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/reproducer/function_extractor.py +2 -0
  10. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/reproducer/ingestion/ndjson.py +2 -0
  11. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/reproducer/orchestrator.py +2 -0
  12. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/reproducer/placeholder_replacer.py +2 -0
  13. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/reproducer/templates/loader.py +2 -0
  14. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/reproducer/types.py +2 -0
  15. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/reproducer/utils.py +2 -0
  16. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/shared_vars.py +1 -0
  17. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/sourcemap_utils.py +2 -0
  18. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/tools/decompress_bin_ndjson.py +2 -0
  19. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/tools/format_fix.py +2 -0
  20. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/tools/load_tensor.py +2 -0
  21. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/tools/prettify_ndjson.py +2 -0
  22. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/trace_processor.py +2 -0
  23. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454/tritonparse.egg-info}/PKG-INFO +1 -1
  24. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/.ci/README.md +0 -0
  25. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/.ci/install-project.sh +0 -0
  26. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/.ci/install-triton.sh +0 -0
  27. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/.ci/run-tests.sh +0 -0
  28. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/.ci/setup.sh +0 -0
  29. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/.github/PAGES_SETUP.md +0 -0
  30. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/.github/workflows/deploy-pages-standalone.yml +0 -0
  31. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/.github/workflows/deploy-pages.yml +0 -0
  32. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/.github/workflows/nightly-pypi.yml +0 -0
  33. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/.github/workflows/test.yml +0 -0
  34. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/.gitignore +0 -0
  35. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/CHANGELOG.md +0 -0
  36. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/CODE_OF_CONDUCT.md +0 -0
  37. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/CONTRIBUTING.md +0 -0
  38. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/LICENSE +0 -0
  39. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/Makefile +0 -0
  40. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/README.md +0 -0
  41. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/__init__.py +0 -0
  42. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/pyproject.toml +0 -0
  43. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/run.py +0 -0
  44. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/setup.cfg +0 -0
  45. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tests/README.md +0 -0
  46. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tests/__init__.py +0 -0
  47. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tests/example_output/logs/dedicated_log_triton_trace_findhao_.ndjson +0 -0
  48. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tests/example_output/parsed_output/dedicated_log_triton_trace_findhao__mapped.ndjson.gz +0 -0
  49. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tests/example_output/parsed_output/f0_fc0_a0_cai-.ndjson.gz +0 -0
  50. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tests/example_output/parsed_output/log_file_list.json +0 -0
  51. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tests/example_output/parsed_output_complex/dedicated_log_triton_trace_findhao__mapped.ndjson.gz +0 -0
  52. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tests/example_output/parsed_output_complex/log_file_list.json +0 -0
  53. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tests/test_add.py +0 -0
  54. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tests/test_tritonparse.py +0 -0
  55. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/__init__.py +0 -0
  56. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/cli.py +0 -0
  57. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/common.py +0 -0
  58. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/extract_source_mappings.py +0 -0
  59. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/reproducer/__init__.py +0 -0
  60. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/reproducer/templates/__init__.py +0 -0
  61. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/reproducer/templates/example.py +0 -0
  62. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/source_type.py +0 -0
  63. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/structured_logging.py +0 -0
  64. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/tools/__init__.py +0 -0
  65. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/tools/disasm.py +0 -0
  66. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/tools/readme.md +0 -0
  67. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/tp_logger.py +0 -0
  68. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse/utils.py +0 -0
  69. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse.egg-info/SOURCES.txt +0 -0
  70. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse.egg-info/dependency_links.txt +0 -0
  71. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse.egg-info/entry_points.txt +0 -0
  72. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse.egg-info/requires.txt +0 -0
  73. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/tritonparse.egg-info/top_level.txt +0 -0
  74. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/eslint.config.js +0 -0
  75. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/index.html +0 -0
  76. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/package-lock.json +0 -0
  77. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/package.json +0 -0
  78. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/public/dedicated_log_triton_trace_findhao__mapped.ndjson.gz +0 -0
  79. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/public/f0_fc0_a0_cai-.ndjson +0 -0
  80. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/public/favicon.ico +0 -0
  81. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/public/logo.svg +0 -0
  82. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/scripts/inline-html.js +0 -0
  83. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/scripts/update_deps.sh +0 -0
  84. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/App.css +0 -0
  85. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/App.tsx +0 -0
  86. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/assets/react.svg +0 -0
  87. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/ArgumentViewer.tsx +0 -0
  88. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/Callstack.tsx +0 -0
  89. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/CodeComparisonView.tsx +0 -0
  90. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/CodeViewer.tsx +0 -0
  91. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/CompilationInfo.tsx +0 -0
  92. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/CopyCodeButton.tsx +0 -0
  93. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/DataSourceSelector.tsx +0 -0
  94. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/DiffComparisonView.tsx +0 -0
  95. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/DiffViewer.tsx +0 -0
  96. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/ExternalLink.tsx +0 -0
  97. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/SingleCodeViewer.tsx +0 -0
  98. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/StackDiffViewer.tsx +0 -0
  99. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/ToggleSwitch.tsx +0 -0
  100. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/TritonIRs.tsx +0 -0
  101. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/components/WelcomeScreen.tsx +0 -0
  102. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/context/FileDiffSession.tsx +0 -0
  103. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/index.css +0 -0
  104. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/main.tsx +0 -0
  105. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/pages/CodeView.tsx +0 -0
  106. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/pages/FileDiffView.tsx +0 -0
  107. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/pages/KernelOverview.tsx +0 -0
  108. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/utils/dataLoader.ts +0 -0
  109. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/utils/fbDetection.ts +0 -0
  110. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/utils/safeImport.ts +0 -0
  111. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/utils/tensor.ts +0 -0
  112. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/src/vite-env.d.ts +0 -0
  113. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/tsconfig.app.json +0 -0
  114. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/tsconfig.json +0 -0
  115. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/tsconfig.node.json +0 -0
  116. {tritonparse-0.3.1.dev20251024071516 → tritonparse-0.3.1.dev20251026071454}/website/vite.config.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tritonparse
3
- Version: 0.3.1.dev20251024071516
3
+ Version: 0.3.1.dev20251026071454
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,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  from .cli import main
2
4
 
3
5
 
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  import os
2
4
  import shutil
3
5
  import tempfile
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  import json
2
4
  from collections import defaultdict
3
5
  from typing import Any, Dict, List, Tuple
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  import logging
2
4
 
3
5
  from .sourcemap_utils import load_ir_contents
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  import logging
2
4
  import os
3
5
  import re
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  import logging
2
4
  from collections import defaultdict
3
5
  from typing import Any, Dict, List, Tuple
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  import argparse
2
4
 
3
5
  from tritonparse.reproducer.types import KernelImportMode
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  """
2
4
  Function extractor for reproducer utility functions.
3
5
 
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  from dataclasses import dataclass
2
4
  from typing import Any, Dict, List, Optional, Tuple
3
5
 
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  from pathlib import Path
2
4
  from typing import Optional
3
5
 
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  from abc import ABC
2
4
 
3
5
  from typing import Any, Dict, Protocol
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  from importlib.resources import files as pkg_files
2
4
  from pathlib import Path
3
5
  from typing import List
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  from enum import Enum
2
4
 
3
5
 
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  import importlib
2
4
  import importlib.util
3
5
  import json
@@ -1,3 +1,4 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
1
2
  # We'd like to sperate structured logging module and tritonparse module as much as possible. So, put the shared variables here.
2
3
  import os
3
4
 
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  import logging
2
4
  from typing import Any, Dict, List
3
5
 
@@ -1,4 +1,6 @@
1
1
  #!/usr/bin/env python3
2
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3
+
2
4
  """
3
5
  Script to decompress .bin.ndjson files back to regular .ndjson format.
4
6
 
@@ -1,4 +1,6 @@
1
1
  #!/usr/bin/env python3
2
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3
+
2
4
  """
3
5
  Format fix script for tritonparse project.
4
6
 
@@ -1,4 +1,6 @@
1
1
  #!/usr/bin/env python3
2
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3
+
2
4
  """
3
5
  Simple tensor loading utility for tritonparse saved tensors.
4
6
  Usage:
@@ -1,4 +1,6 @@
1
1
  #!/usr/bin/env python3
2
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3
+
2
4
  """
3
5
  Convert an NDJSON file to a prettified JSON file.
4
6
 
@@ -1,3 +1,5 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
1
3
  import gzip
2
4
  import json
3
5
  import logging
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tritonparse
3
- Version: 0.3.1.dev20251024071516
3
+ Version: 0.3.1.dev20251026071454
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