LICENSE
MANIFEST.in
README.md
ROADMAP.md
pyproject.toml
docs/BENCHMARKS.md
docs/CONTAINER.md
docs/DELEGATED-NVFP4-MOE.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/cb_digest.py
gridbook/cb_fill_guard.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_gemv_select.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_fp4_gemm.cu
gridbook/csrc/cb_fused_gemm.cu
gridbook/csrc/cb_gemv.cu
gridbook/csrc/cb_gemv_v2.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_blockscaled_mma_tma_orig.hpp
gridbook/csrc/cutlass_fork/sm120_cb_fused_fp4_mma.hpp
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/test_cb_fill_guard.py
tests/test_cb_gemv_select.py
tests/test_cb_gemv_v2_cuda.py
tests/test_cb_kernels.py
tests/test_codebook_digest.py
tests/test_codebook_provenance_config.py
tests/test_cuda_gemv.py
tests/test_delegation.py
tests/test_ext_symbols.py
tests/test_fail_loud.py
tests/test_fp4_act_qdq.py
tests/test_fp4_act_qdq_dispatch.py
tests/test_fused_fp4_prefill.py
tests/test_fused_prefill.py
tests/test_hip_decode_parity.py
tests/test_moe_autotune_sink.py
tests/test_moe_batched_prefill.py
tests/test_moe_fp4_stock_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