LICENSE
MANIFEST.in
README.md
ROADMAP.md
pyproject.toml
docs/BENCHMARKS.md
docs/CONTAINER.md
docs/INSTALL.md
docs/KERNELS.md
docs/MOTIVATION.md
docs/PLUGIN.md
docs/RELEASING.md
docs/SPEC.md
docs/TROUBLESHOOTING.md
gridbook/__init__.py
gridbook/codec.py
gridbook/config.py
gridbook/cuda_ext.py
gridbook/expand.py
gridbook/kernels.py
gridbook/linear.py
gridbook/moe.py
gridbook/moe_autotune.py
gridbook/moe_l2.py
gridbook/moe_routing.py
gridbook/moe_toplevel_loader.py
gridbook/ops.py
gridbook/plugin.py
gridbook.egg-info/PKG-INFO
gridbook.egg-info/SOURCES.txt
gridbook.egg-info/dependency_links.txt
gridbook.egg-info/entry_points.txt
gridbook.egg-info/requires.txt
gridbook.egg-info/top_level.txt
gridbook/csrc/cb_fused_gemm.cu
gridbook/csrc/cb_gemv.cu
gridbook/csrc/cb_persistent_prefill.cu
gridbook/csrc/cb_persistent_tc.cu
gridbook/csrc/sm120_fp8_gemm.cu
gridbook/csrc/smem_probe_tilem.cu
gridbook/csrc/toolchain_probe.cu
gridbook/csrc/cutlass_fork/sm120_cb_fused_mma.hpp
gridbook/csrc/cutlass_fork/sm120_cb_mma_tma.hpp
gridbook/csrc/cutlass_fork/sm120_cb_persistent_mma.hpp
gridbook/csrc/cutlass_fork/sm120_expert_row_broadcast.hpp
gridbook/csrc/cutlass_fork/sm120_mma_tma_orig.hpp
tests/bench_cuda_gemv.py
tests/bench_r2_terms.py
tests/test_cb_kernels.py
tests/test_cuda_gemv.py
tests/test_delegation.py
tests/test_fused_prefill.py
tests/test_moe_batched_prefill.py
tests/test_moe_grouped_fused.py
tests/test_moe_l2_pipeline.py
tests/test_moe_stacked.py
tests/test_moe_stock_prefill.py
tests/test_persistent_prefill.py
tests/test_persistent_tc.py
tests/test_target_namespace_compat.py
tests/test_toplevel_loader.py
tests/test_transient_fp8.py
tests/test_two_tier_v2.py
tests/test_weight_residency.py