.gitignore
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.sh
.ci/run-tests.sh
.ci/setup.sh
.github/PAGES_SETUP.md
.github/dependabot.yml
.github/scripts/check_new_commits.sh
.github/workflows/deploy-pages-standalone.yml
.github/workflows/deploy-pages.yml
.github/workflows/nightly-pypi.yml
.github/workflows/test.yml
.github/workflows/website-build.yml
tests/README.md
tests/__init__.py
tests/test_add.py
tests/test_utils.py
tests/ai/__init__.py
tests/ai/test_client.py
tests/ai/test_parsers.py
tests/cpu/__init__.py
tests/cpu/test_bisect_commit_detector.py
tests/cpu/test_bisect_executor.py
tests/cpu/test_bisect_logger.py
tests/cpu/test_bisect_pair_tester.py
tests/cpu/test_bisect_state.py
tests/cpu/test_cli_integration.py
tests/cpu/test_env_manager.py
tests/cpu/test_fake_compilation.py
tests/cpu/test_function_extractor.py
tests/cpu/test_info_cli.py
tests/cpu/test_ir_parser.py
tests/cpu/test_kernel_attribution.py
tests/cpu/test_kernel_query.py
tests/cpu/test_mast_compat.py
tests/cpu/test_pipeline_integration.py
tests/cpu/test_placeholder_replacer.py
tests/cpu/test_reproducer.py
tests/cpu/test_schema_validation.py
tests/cpu/test_torch_trace_parser.py
tests/cpu/diff/__init__.py
tests/cpu/diff/test_diff.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
tests/example_output/sass_test_data/test_kernel.sass
tests/gpu/__init__.py
tests/gpu/test_autotune.py
tests/gpu/test_complex_kernels.py
tests/gpu/test_context_manager.py
tests/gpu/test_launch_tracing.py
tests/gpu/test_reproducer_e2e.py
tests/gpu/test_structured_logging.py
tests/gpu/test_tensor_blob.py
tests/gpu/test_tensor_descriptor.py
tritonparse/__init__.py
tritonparse/__main__.py
tritonparse/cli.py
tritonparse/clp.py
tritonparse/context_manager.py
tritonparse/shared_vars.py
tritonparse/structured_logging.py
tritonparse/tp_logger.py
tritonparse.egg-info/PKG-INFO
tritonparse.egg-info/SOURCES.txt
tritonparse.egg-info/dependency_links.txt
tritonparse.egg-info/entry_points.txt
tritonparse.egg-info/requires.txt
tritonparse.egg-info/top_level.txt
tritonparse/ai/__init__.py
tritonparse/ai/client.py
tritonparse/ai/parsers.py
tritonparse/ai/utils.py
tritonparse/bisect/__init__.py
tritonparse/bisect/base_bisector.py
tritonparse/bisect/cli.py
tritonparse/bisect/commit_detector.py
tritonparse/bisect/config.py
tritonparse/bisect/env_manager.py
tritonparse/bisect/executor.py
tritonparse/bisect/git_utils.py
tritonparse/bisect/llvm_bisector.py
tritonparse/bisect/logger.py
tritonparse/bisect/pair_tester.py
tritonparse/bisect/state.py
tritonparse/bisect/triton_bisector.py
tritonparse/bisect/ui.py
tritonparse/bisect/scripts/__init__.py
tritonparse/bisect/scripts/bisect_llvm.sh
tritonparse/bisect/scripts/bisect_triton.sh
tritonparse/bisect/scripts/test_commit_pairs.sh
tritonparse/diff/__init__.py
tritonparse/diff/cli.py
tritonparse/diff/core/__init__.py
tritonparse/diff/core/diff_engine.py
tritonparse/diff/core/diff_types.py
tritonparse/diff/core/event_matcher.py
tritonparse/diff/core/ir_stats_analyzer.py
tritonparse/diff/core/metadata_analyzer.py
tritonparse/diff/core/source_analyzer.py
tritonparse/diff/core/sourcemap_analyzer.py
tritonparse/diff/core/tensor_value_analyzer.py
tritonparse/diff/output/__init__.py
tritonparse/diff/output/event_writer.py
tritonparse/diff/output/summary_formatter.py
tritonparse/info/__init__.py
tritonparse/info/cli.py
tritonparse/info/kernel_query.py
tritonparse/info/parse_helper.py
tritonparse/parse/__init__.py
tritonparse/parse/common.py
tritonparse/parse/event_diff.py
tritonparse/parse/extract_source_mappings.py
tritonparse/parse/ir_analysis.py
tritonparse/parse/ir_parser.py
tritonparse/parse/mapper.py
tritonparse/parse/source_type.py
tritonparse/parse/sourcemap_utils.py
tritonparse/parse/torch_trace_parser.py
tritonparse/parse/trace_processor.py
tritonparse/parse/utils.py
tritonparse/reproducer/__init__.py
tritonparse/reproducer/ast_analyzer.py
tritonparse/reproducer/cli.py
tritonparse/reproducer/consolidated_result.py
tritonparse/reproducer/function_extractor.py
tritonparse/reproducer/import_info.py
tritonparse/reproducer/import_parser.py
tritonparse/reproducer/import_resolver.py
tritonparse/reproducer/multi_file_analyzer.py
tritonparse/reproducer/orchestrator.py
tritonparse/reproducer/placeholder_replacer.py
tritonparse/reproducer/types.py
tritonparse/reproducer/utils.py
tritonparse/reproducer/ingestion/ndjson.py
tritonparse/reproducer/templates/__init__.py
tritonparse/reproducer/templates/example.py
tritonparse/reproducer/templates/loader.py
tritonparse/reproducer/templates/tritonbench.py
tritonparse/reproducer/templates/utils.py
tritonparse/reproducer/tests/__init__.py
tritonparse/reproducer/tests/test_ast_analyzer.py
tritonparse/reproducer/tests/test_autotune_config_extraction.py
tritonparse/reproducer/tests/test_import_parser.py
tritonparse/reproducer/tests/test_import_resolver.py
tritonparse/reproducer/tests/test_multi_file_analyzer.py
tritonparse/reproducer/tests/artifacts/__init__.py
tritonparse/reproducer/tests/artifacts/triton_fused_kernel.py
tritonparse/reproducer/tests/artifacts/triton_preprocess.py
tritonparse/reproducer/tests/artifacts/triton_utils.py
tritonparse/tools/__init__.py
tritonparse/tools/compression.py
tritonparse/tools/decompress_bin_ndjson.py
tritonparse/tools/disasm.py
tritonparse/tools/extract_irs.py
tritonparse/tools/format_fix.py
tritonparse/tools/load_tensor.py
tritonparse/tools/prettify_ndjson.py
tritonparse/tools/readme.md
tritonparse/validation/__init__.py
tritonparse/validation/json_validator.py
tritonparse/validation/schema_loader.py
tritonparse/validation/schemas/__init__.py
tritonparse/validation/schemas/compilation.schema.json
tritonparse/validation/schemas/ir_analysis.schema.json
tritonparse/validation/schemas/launch.schema.json
tritonparse/validation/schemas/launch_diff.schema.json
website/eslint.config.js
website/index.html
website/package-lock.json
website/package.json
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/scripts/update_deps.sh
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.css
website/src/components/CodeViewer.tsx
website/src/components/CompilationInfo.tsx
website/src/components/CopyCodeButton.tsx
website/src/components/DataSourceSelector.tsx
website/src/components/DiffComparisonView.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/components/icons/GitHubIcon.tsx
website/src/components/icons/index.ts
website/src/context/FileDiffSession.tsx
website/src/hooks/useIframeMessaging.ts
website/src/pages/CodeView.tsx
website/src/pages/FileDiffView.tsx
website/src/pages/IRAnalysis.tsx
website/src/pages/KernelOverview.tsx
website/src/types/global.d.ts
website/src/utils/dataLoader.ts
website/src/utils/irLanguage.ts
website/src/utils/tensor.ts
website/src/utils/urlUtils.ts