LICENSE.txt
README.md
pyproject.toml
src/amd_aorta.egg-info/PKG-INFO
src/amd_aorta.egg-info/SOURCES.txt
src/amd_aorta.egg-info/dependency_links.txt
src/amd_aorta.egg-info/entry_points.txt
src/amd_aorta.egg-info/requires.txt
src/amd_aorta.egg-info/top_level.txt
src/aorta/__init__.py
src/aorta/agent/__init__.py
src/aorta/agent/llm.py
src/aorta/agent/loop.py
src/aorta/agent/policy.py
src/aorta/agent/report.py
src/aorta/agent/state.py
src/aorta/bundle/__init__.py
src/aorta/bundle/_slug.py
src/aorta/bundle/errors.py
src/aorta/bundle/manifest.py
src/aorta/bundle/redactor.py
src/aorta/bundle/writer.py
src/aorta/cli/__init__.py
src/aorta/cli/agent.py
src/aorta/cli/bundle.py
src/aorta/cli/env.py
src/aorta/cli/environments.py
src/aorta/cli/mitigations.py
src/aorta/cli/probe.py
src/aorta/cli/run.py
src/aorta/cli/triage.py
src/aorta/data/__init__.py
src/aorta/data/synthetic_dataset.py
src/aorta/ebpf/__init__.py
src/aorta/ebpf/events.py
src/aorta/ebpf/parser.py
src/aorta/ebpf/runner.py
src/aorta/ebpf/scripts/PROVENANCE.md
src/aorta/ebpf/scripts/gpu_cont.bt
src/aorta/ebpf/scripts/gpu_cont_1kprobe.bt
src/aorta/ebpf/scripts/gpu_cont_light.bt
src/aorta/ebpf/scripts/gpu_cont_tp_only.bt
src/aorta/ebpf/scripts/gpu_cont_unrelated_kprobe.bt
src/aorta/experiments/__init__.py
src/aorta/experiments/sdma_prototype.py
src/aorta/hw_queue_eval/__init__.py
src/aorta/hw_queue_eval/__main__.py
src/aorta/hw_queue_eval/cli.py
src/aorta/hw_queue_eval/core/__init__.py
src/aorta/hw_queue_eval/core/device_ebpf.py
src/aorta/hw_queue_eval/core/ebpf_dma_tracer.py
src/aorta/hw_queue_eval/core/ebpf_memory_tracer.py
src/aorta/hw_queue_eval/core/ebpf_nan_correlator.py
src/aorta/hw_queue_eval/core/ebpf_race_detector.py
src/aorta/hw_queue_eval/core/ebpf_rccl_tracer.py
src/aorta/hw_queue_eval/core/ebpf_tracer.py
src/aorta/hw_queue_eval/core/harness.py
src/aorta/hw_queue_eval/core/metrics.py
src/aorta/hw_queue_eval/core/policy_evaluator.py
src/aorta/hw_queue_eval/core/profiler.py
src/aorta/hw_queue_eval/core/torch_profiler.py
src/aorta/hw_queue_eval/workloads/__init__.py
src/aorta/hw_queue_eval/workloads/base.py
src/aorta/hw_queue_eval/workloads/registry.py
src/aorta/hw_queue_eval/workloads/distributed/__init__.py
src/aorta/hw_queue_eval/workloads/distributed/activation_ckpt.py
src/aorta/hw_queue_eval/workloads/distributed/comms_compute_overlap.py
src/aorta/hw_queue_eval/workloads/distributed/fsdp_tp.py
src/aorta/hw_queue_eval/workloads/distributed/grad_accum.py
src/aorta/hw_queue_eval/workloads/distributed/moe.py
src/aorta/hw_queue_eval/workloads/inference/__init__.py
src/aorta/hw_queue_eval/workloads/inference/continuous_batch.py
src/aorta/hw_queue_eval/workloads/inference/rag_pipeline.py
src/aorta/hw_queue_eval/workloads/inference/speculative_decode.py
src/aorta/hw_queue_eval/workloads/latency_sensitive/__init__.py
src/aorta/hw_queue_eval/workloads/latency_sensitive/graph_subgraphs.py
src/aorta/hw_queue_eval/workloads/latency_sensitive/hetero_kernels.py
src/aorta/hw_queue_eval/workloads/pipeline/__init__.py
src/aorta/hw_queue_eval/workloads/pipeline/async_dataload.py
src/aorta/hw_queue_eval/workloads/pipeline/torch_compile.py
src/aorta/hw_queue_eval/workloads/pipeline/zero_offload.py
src/aorta/instrumentation/__init__.py
src/aorta/instrumentation/buck_introspect.py
src/aorta/instrumentation/build_system.py
src/aorta/instrumentation/checksum.py
src/aorta/instrumentation/determinism.py
src/aorta/instrumentation/environment.py
src/aorta/instrumentation/recipes/__init__.py
src/aorta/instrumentation/recipes/buck.py
src/aorta/models/__init__.py
src/aorta/models/ranking_transformer.py
src/aorta/models/repeated_block.py
src/aorta/probe/__init__.py
src/aorta/probe/bundle_hook.py
src/aorta/probe/cli_helpers.py
src/aorta/probe/recipe_builder.py
src/aorta/probe/redaction.py
src/aorta/probe/resume.py
src/aorta/probe/sandbox.py
src/aorta/probe/classifier/__init__.py
src/aorta/probe/classifier/disables.py
src/aorta/probe/classifier/tier1_process.py
src/aorta/probe/classifier/tier2_hang.py
src/aorta/probe/classifier/tier3_kernel.py
src/aorta/probe/classifier/tier4_patterns.py
src/aorta/probe/classifier/tier5_custom.py
src/aorta/probe/classifier/verdict.py
src/aorta/profiling/__init__.py
src/aorta/profiling/kernel_profiler.py
src/aorta/profiling/stream_profiler.py
src/aorta/race/__init__.py
src/aorta/race/__main__.py
src/aorta/race/base.py
src/aorta/race/compute.py
src/aorta/race/config.py
src/aorta/race/modes/__init__.py
src/aorta/race/modes/ddp.py
src/aorta/race/modes/default.py
src/aorta/race/modes/fsdp.py
src/aorta/registry/__init__.py
src/aorta/registry/environments.py
src/aorta/registry/errors.py
src/aorta/registry/mitigations.py
src/aorta/registry/sidecar.py
src/aorta/registry/types.py
src/aorta/report/__init__.py
src/aorta/report/__main__.py
src/aorta/report/cli.py
src/aorta/report/magpie_adapter.py
src/aorta/report/utils.py
src/aorta/report/analysis/__init__.py
src/aorta/report/analysis/analyze_gemm.py
src/aorta/report/analysis/analyze_single.py
src/aorta/report/analysis/analyze_sweep.py
src/aorta/report/analysis/cli.py
src/aorta/report/analysis/kernel_correlator.py
src/aorta/report/analysis/tracelens_wrapper.py
src/aorta/report/comparison/__init__.py
src/aorta/report/comparison/cli.py
src/aorta/report/comparison/collective_comparison.py
src/aorta/report/comparison/combine.py
src/aorta/report/comparison/formatting.py
src/aorta/report/comparison/gpu_timeline_comparison.py
src/aorta/report/generators/__init__.py
src/aorta/report/generators/cli.py
src/aorta/report/generators/excel_report.py
src/aorta/report/generators/gemm_report.py
src/aorta/report/generators/html_generator.py
src/aorta/report/generators/kernel_report.py
src/aorta/report/generators/performance_report.py
src/aorta/report/generators/plot_generator.py
src/aorta/report/generators/sweep_comparison.py
src/aorta/report/generators/plot_helper/__init__.py
src/aorta/report/generators/plot_helper/common.py
src/aorta/report/generators/plot_helper/gemm_boxplots.py
src/aorta/report/generators/plot_helper/gemm_data.py
src/aorta/report/generators/plot_helper/gemm_interaction.py
src/aorta/report/generators/plot_helper/gemm_violin.py
src/aorta/report/generators/plot_helper/gpu_by_rank.py
src/aorta/report/generators/plot_helper/gpu_heatmap.py
src/aorta/report/generators/plot_helper/gpu_percent_change.py
src/aorta/report/generators/plot_helper/nccl_charts.py
src/aorta/report/generators/plot_helper/summary_dashboard.py
src/aorta/report/pipelines/__init__.py
src/aorta/report/pipelines/cli.py
src/aorta/report/pipelines/gemm_pipeline.py
src/aorta/report/pipelines/summary_pipeline.py
src/aorta/report/processing/__init__.py
src/aorta/report/processing/cli.py
src/aorta/report/processing/gpu_timeline_single.py
src/aorta/report/processing/gpu_timeline_sweep.py
src/aorta/report/processing/process_comms.py
src/aorta/report/processing/process_gemm_variance.py
src/aorta/report/templates/__init__.py
src/aorta/report/templates/gemm_report_template.py
src/aorta/report/templates/performance_report_template.py
src/aorta/report/templates/sweep_comparison_template.py
src/aorta/run/__init__.py
src/aorta/run/cli_helpers.py
src/aorta/run/collectors.py
src/aorta/run/discovery.py
src/aorta/run/dispatcher.py
src/aorta/run/results.py
src/aorta/run/retention.py
src/aorta/run/validation.py
src/aorta/training/__init__.py
src/aorta/training/fsdp_trainer.py
src/aorta/triage/__init__.py
src/aorta/triage/confound.py
src/aorta/triage/matrix.py
src/aorta/triage/output.py
src/aorta/triage/recipe.py
src/aorta/triage/runner.py
src/aorta/utils/__init__.py
src/aorta/utils/config.py
src/aorta/utils/device.py
src/aorta/utils/distributed.py
src/aorta/utils/gpu_control.py
src/aorta/utils/logging.py
src/aorta/utils/streams.py
src/aorta/utils/timing.py
src/aorta/workloads/__init__.py
src/aorta/workloads/_base.py
src/aorta/workloads/_subprocess.py
src/aorta/workloads/llm_determinism.py
src/aorta/workloads/race.py
tests/test_bump_version.py
tests/test_distribution_name.py
tests/test_gpu_control.py
tests/test_merge_gpu_trace_ranks.py