.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/notify-umbrella.yml
.github/workflows/publish.yml
benchmarks/bench_blas.py
benchmarks/conftest.py
docs/architecture.md
docs/aws_setup.md
docs/benchmarks.md
docs/developing_kernels.md
docs/index.md
docs/installation.md
docs/quickstart.md
docs/api/level1.md
docs/api/level2.md
docs/api/level3.md
docs/api/nki.md
docs/design/fused_df_mp2_energy_kernel.md
docs/design/mp2_energy_profile_findings.md
examples/_pyscf_bridge.py
examples/bench_syrk.py
examples/bench_trsm.py
examples/df_mp2.py
examples/df_mp2_pyscf.py
infra/terraform/README.md
infra/terraform/main.tf
infra/terraform-cuda/README.md
infra/terraform-cuda/main.tf
scripts/autotune_gemm.py
scripts/probe_nki.py
scripts/probe_nki_api.py
scripts/run_cuda_bench.sh
scripts/run_df_mp2_bench.sh
scripts/run_neuron_profile.sh
scripts/run_neuron_tests.sh
scripts/run_phase3_spike.sh
scripts/run_simulator_tests.sh
scripts/spike_phase3_fused_gemm_energy.py
tests/conftest.py
tests/test_df_mp2_pyscf.py
tests/test_level1.py
tests/test_level2.py
tests/test_level3.py
tests/test_nki_gemm.py
tests/test_nki_mp2_energy.py
tests/test_nki_really_runs.py
tests/test_nki_sim.py
tests/test_nki_syrk.py
tests/test_nki_trsm.py
trnblas/__init__.py
trnblas/level1.py
trnblas/level2.py
trnblas/level3.py
trnblas.egg-info/PKG-INFO
trnblas.egg-info/SOURCES.txt
trnblas.egg-info/dependency_links.txt
trnblas.egg-info/requires.txt
trnblas.egg-info/top_level.txt
trnblas/nki/__init__.py
trnblas/nki/dispatch.py