Papers
arxiv:2608.19758

FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving

Published on Aug 20
· Submitted by
Qihang Fan
on Aug 21
Authors:
,
,
,
,

Abstract

FlashPrefill V2 improves long-context serving via mean-corrected sparse attention, optimized GPU operators, and framework integration, achieving large speedups over dense baselines.

Long-context modeling is a pivotal capability for Large Language Models, yet the quadratic complexity of attention remains a critical bottleneck, particularly during the compute-intensive prefilling phase. Our previous work, FlashPrefill, mitigates this cost through instantaneous pattern discovery and max-based dynamic thresholding; however, it remains an algorithmic prototype that is still distant from production deployment. In this paper, we present FlashPrefill V2, which evolves FlashPrefill from a prototype toward practical long-context serving along three dimensions. First, we introduce a mean correction term that effectively suppresses the approximation error, keeping performance degradation manageable even at extreme sparsity levels. Second, we redesign the sparse attention operator with PackGQA memory access, warp specialization, and pingpong pipelining, fully aligning with the latest FlashAttention-3/4 implementations and supporting FP8 inference to meet practical quantization requirements. Third, FlashPrefill V2 natively supports paged KV cache and continuous batching, allowing integration as an attention backend in modern inference frameworks such as SGLang. Extensive evaluations on NVIDIA H20 GPUs---among the most widely deployed inference accelerators---demonstrate that FlashPrefill V2 delivers up to 47.26x and 27.19x speedups over FlashAttention-2 at 128K context length under FP8 and BF16 precision, respectively, and, in FP8, still achieves a 30.49x speedup against an FA3/4-aligned dense baseline.

Community

Paper submitter

Long-context modeling is a pivotal capability for Large Language Models, yet the quadratic
complexity of attention remains a critical bottleneck, particularly during the compute-intensive
prefilling phase. Our previous work, FlashPrefill, mitigates this cost through instantaneous
pattern discovery and max-based dynamic thresholding; however, it remains an algorithmic
prototype that is still distant from production deployment. In this paper, we present FlashPrefill
V2, which evolves FlashPrefill from a prototype toward practical long-context serving along
three dimensions. First, we introduce a mean correction term that effectively suppresses the
approximation error, keeping performance degradation manageable even at extreme sparsity
levels. Second, we redesign the sparse attention operator with PackGQA memory access, warp
specialization, and pingpong pipelining, fully aligning with the latest FlashAttention-3/4 implementations and supporting FP8 inference to meet practical quantization requirements.
Third, FlashPrefill V2 natively supports paged KV cache and continuous batching, allowing
integration as an attention backend in modern inference frameworks such as SGLang.

Sign up or log in to comment

Get this paper in your agent:

hf papers read 2608.19758
Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2608.19758 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2608.19758 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2608.19758 in a Space README.md to link it from this page.

Collections including this paper 2