Views
No views yet
xqa_bf16_fp8kvcausal_spec_maskdefault_page_tableallocate_workspace24/4/256, 16/2/256, 32/8/128, 32/16/128, and 16/8/12832 (vLLM default paged-cache layout)q_seq <= 321from kernels import get_kernel
2
3attn = get_kernel("flashrt/fp8-kv-attention", version=4, trust_remote_code=True)
4out = attn.xqa_bf16_fp8kv(q_bf16, k_cache_fp8, v_cache_fp8)page_table, seq_lens, mask, out, semaphores, and
scratch tensors for CUDA Graph/static-buffer runtimes.