[DeepSeek-V3.2][JIT-kernel] Support nsa fuse store indexer k cache (#19148)

Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
Co-authored-by: DarkSharpness <76582120+darksharpness@users.noreply.github.com>
This commit is contained in:
Yuan Luo
2026-02-26 10:23:10 +08:00
committed by GitHub
parent f230967e65
commit 4e843f1216
4 changed files with 307 additions and 21 deletions

View File

@@ -78,6 +78,7 @@ CPP_DTYPE_MAP = {
torch.float8_e4m3fn: "fp8_e4m3_t",
torch.bfloat16: "bf16_t",
torch.int8: "int8_t",
torch.int64: "int64_t",
}