[1/n] Enable DCA CUDA graph capture (#9537)

This commit is contained in:
b8zhong
2025-10-02 20:30:00 -07:00
committed by GitHub
parent 7e61737d3f
commit a2faf8940c
2 changed files with 2 additions and 3 deletions

View File

@@ -1537,7 +1537,7 @@ class DualChunkFlashAttentionBackend(AttentionBackend):
query_inter,
key_cache,
value_cache,
block_table[:, : decode_meta.max_seq_len_inter],
block_table,
decode_meta.seq_lens_inter,
softmax_scale,
causal=False,