.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
__init__.py
pyproject.toml
run.py
.ci/README.md
.ci/install-project.sh
.ci/install-triton-pip.sh
.ci/install-triton.sh
.ci/run-tests.sh
.ci/setup.sh
.github/PAGES_SETUP.md
.github/copilot-instructions.md
.github/workflows/deploy-pages-standalone.yml
.github/workflows/deploy-pages.yml
.github/workflows/nightly-pypi.yml
.github/workflows/test.yml
docs/README.md
docs/screenshots/code-comparison.png
docs/screenshots/kernel-overview.png
tests/README.md
tests/__init__.py
tests/test_add.py
tests/test_tritonparse.py
tests/example_output/logs/dedicated_log_triton_trace_findhao_.ndjson
tests/example_output/parsed_output/dedicated_log_triton_trace_findhao__mapped.ndjson.gz
tests/example_output/parsed_output/f0_fc0_a0_cai-.ndjson.gz
tests/example_output/parsed_output/log_file_list.json
tests/example_output/parsed_output_complex/dedicated_log_triton_trace_findhao__mapped.ndjson.gz
tests/example_output/parsed_output_complex/log_file_list.json
tritonparse/__init__.py
tritonparse/common.py
tritonparse/event_diff.py
tritonparse/extract_source_mappings.py
tritonparse/ir_parser.py
tritonparse/mapper.py
tritonparse/shared_vars.py
tritonparse/source_type.py
tritonparse/sourcemap_utils.py
tritonparse/structured_logging.py
tritonparse/tp_logger.py
tritonparse/trace_processor.py
tritonparse/utils.py
tritonparse.egg-info/PKG-INFO
tritonparse.egg-info/SOURCES.txt
tritonparse.egg-info/dependency_links.txt
tritonparse.egg-info/requires.txt
tritonparse.egg-info/top_level.txt
tritonparse/tools/__init__.py
tritonparse/tools/decompress_bin_ndjson.py
tritonparse/tools/format_fix.py
tritonparse/tools/load_tensor.py
tritonparse/tools/prettify_ndjson.py
tritonparse/tools/readme.md
website/eslint.config.js
website/index.html
website/package-lock.json
website/package.json
website/postcss.config.js
website/tailwind.config.js
website/tsconfig.app.json
website/tsconfig.json
website/tsconfig.node.json
website/vite.config.ts
website/public/dedicated_log_triton_trace_findhao__mapped.ndjson.gz
website/public/f0_fc0_a0_cai-.ndjson
website/public/favicon.ico
website/public/logo.svg
website/scripts/inline-html.js
website/src/App.css
website/src/App.tsx
website/src/index.css
website/src/main.tsx
website/src/vite-env.d.ts
website/src/assets/react.svg
website/src/components/ArgumentViewer.tsx
website/src/components/Callstack.tsx
website/src/components/CodeComparisonView.tsx
website/src/components/CodeViewer.tsx
website/src/components/CompilationInfo.tsx
website/src/components/CopyCodeButton.tsx
website/src/components/DataSourceSelector.tsx
website/src/components/DiffViewer.tsx
website/src/components/ExternalLink.tsx
website/src/components/SingleCodeViewer.tsx
website/src/components/StackDiffViewer.tsx
website/src/components/ToggleSwitch.tsx
website/src/components/TritonIRs.tsx
website/src/components/WelcomeScreen.tsx
website/src/pages/CodeView.tsx
website/src/pages/KernelOverview.tsx
website/src/utils/dataLoader.ts
website/src/utils/fbDetection.ts
website/src/utils/safeImport.ts
website/src/utils/tensor.ts