.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/notify-umbrella.yml
.github/workflows/publish.yml
benchmarks/bench_bsr_spmm.py
benchmarks/bench_iterative.py
benchmarks/bench_screening.py
benchmarks/bench_spmm.py
benchmarks/bench_spmv.py
benchmarks/conftest.py
docs/api.md
docs/architecture.md
docs/aws_setup.md
docs/benchmarks.md
docs/index.md
docs/installation.md
docs/iterative_solvers.md
docs/migration_scipy.md
docs/quickstart.md
docs/sparse_attention.md
examples/block_sparse_attention.py
examples/sparse_fock.py
infra/terraform/.terraform.lock.hcl
infra/terraform/README.md
infra/terraform/main.tf
scripts/bench_to_md.py
scripts/run_benchmarks.sh
scripts/run_neuron_tests.sh
scripts/run_simulator_tests.sh
tests/conftest.py
tests/test_attention.py
tests/test_bsr.py
tests/test_examples.py
tests/test_formats.py
tests/test_iterative.py
tests/test_nki_bsr.py
tests/test_nki_screened_spmm.py
tests/test_nki_sim.py
tests/test_nki_spmm.py
tests/test_ops.py
tests/test_screening.py
trnsparse/__init__.py
trnsparse/formats.py
trnsparse/iterative.py
trnsparse/ops.py
trnsparse/screening.py
trnsparse.egg-info/PKG-INFO
trnsparse.egg-info/SOURCES.txt
trnsparse.egg-info/dependency_links.txt
trnsparse.egg-info/requires.txt
trnsparse.egg-info/top_level.txt
trnsparse/nki/__init__.py
trnsparse/nki/dispatch.py
trnsparse/nki/kernels.py