Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ python benchmarks/generate_benchmark_hopper_md.py
python -m pytest tests/test_kda_sm100_chunk_vs_fla.py -v
# Tests for modular KDA forward against naive KDA reference
python -m pytest tests/test_kda_sm100_chunk_vs_naive.py -v
# Tests for the KDA fused forward (SM90 CUDA C++)
python -m pytest tests/test_kda_fused_fwd.py -v
# Tests for the SM90 CuTeDSL two-kernel prefill + intracard CP (vs FLA)
python -m pytest tests/test_kda_sm90_prefill_vs_fla.py tests/test_kda_sm90_intracard_cp.py -v
# Tests for Lightning Attention prefill on SM100
Expand Down
1 change: 0 additions & 1 deletion REPO_LAYOUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ cuLA/
│ │ │ ├── fwd.py k1.py k2.py
│ │ │ └── cp/ # driver, planner, pre-scan, merge
│ │ ├── decode/ # Single-token, packed, and MTP decode kernels
│ │ └── experimental/sm100_fused/ # [exp] unwired fully-fused SM100 prototype
│ ├── lightning/ # [non-KDA] Lightning prefill/decode kernels
│ │ ├── prefill.py # Public SM90/SM100 architecture dispatch
│ │ ├── prefill_sm90.py # SM90 validation, compile cache, and TVM-FFI launch
Expand Down
Loading