Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

APB: Accelerating Distributed Long-Context Inference by Passing Compressed Context Blocks across GPUs

About

While long-context inference is crucial for advancing large language model (LLM) applications, its prefill speed remains a significant bottleneck. Current approaches, including sequence parallelism strategies and compute reduction through approximate attention mechanisms, still fall short of delivering optimal inference efficiency. This hinders scaling the inputs to longer sequences and processing long-context queries in a timely manner. To address this, we introduce APB, an efficient long-context inference framework that leverages multi-host approximate attention to enhance prefill speed by reducing compute and enhancing parallelism simultaneously. APB introduces a communication mechanism for essential key-value pairs within a sequence parallelism framework, enabling a faster inference speed while maintaining task performance. We implement APB by incorporating a tailored FlashAttn kernel alongside optimized distribution strategies, supporting diverse models and parallelism configurations. APB achieves speedups of up to 9.2x, 4.2x, and 1.6x compared with FlashAttn, RingAttn, and StarAttn, respectively, without any observable task performance degradation. We provide the implementation and experiment code of APB in https://github.com/thunlp/APB.

Yuxiang Huang, Mingye Li, Xu Han, Chaojun Xiao, Weilin Zhao, Sun Ao, Hao Zhou, Jie Zhou, Zhiyuan Liu, Maosong Sun• 2025

Related benchmarks

TaskDatasetResultRank
Long-context Language UnderstandingInfiniteBench
En.Sum30.63
63
Video UnderstandingLongVideoBench (test)
Accuracy (8-15s)75.13
21
Long Video UnderstandingVNBench
Retrieval E Accuracy90
21
Long-context language modeling and retrievalRULER
VT Score96.4
14
Showing 4 of 4 rows

Other info

Code

Follow for update