paper-with-me

홈 › Papers

Accelerating LLM Inference Throughput via Asynchronous KV Cache Prefetching

2025-04-08 · Yanhao Dong, Yubo Miao, Weinan Li, Xiao Zheng, Chao Wang, Feng Lyu

Large Language Models (LLMs) exhibit pronounced memory-bound characteristics during inference due to High Bandwidth Memory (HBM) bandwidth constraints. In this paper, we propose an L2 Cache-oriented asynchronous KV Cache prefetching method to break through the memory bandwidth bottleneck in LLM inference through computation-load overlap. By strategically scheduling idle memory bandwidth during active computation windows, our method proactively prefetches required KV Cache into GPU L2 cache, enabling high-speed L2 cache hits for subsequent accesses and effectively hiding HBM access latency within computational cycles. Extensive experiments on NVIDIA H20 GPUs demonstrate that the proposed method achieves 2.15x improvement in attention kernel efficiency and up to 1.97x end-to-end throughput enhancement, surpassing state-of-the-art baseline FlashAttention-3. Notably, our solution maintains orthogonality to existing optimization techniques and can be integrated with current inference frameworks, providing a scalable latency-hiding solution for next-generation LLM inference engines.

📄 PDF Abstract BibTeX arXiv:2504.06319

Code (0)

등록된 구현이 없습니다.

Tasks

GPUScheduling

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

ProactivePIM: Accelerating Weight-Sharing Embedding Layer with PIM for Scalable Recommendation System

2024-02-06 · Youngsuk Kim, Junghwan Lim, Hyuk-Jae Lee, Chae Eun Rhee

The model size growth of personalized recommendation systems poses new challenges for inference. Weight-sharing algorithms have been proposed for size reduction, but they increase memory access. Recent advancements in pr…

CPURecommendation Systems

Selective KV-Cache Sharing to Mitigate Timing Side-Channels in LLM Inference

2025-08-11 · Kexin Chu, Zecheng Lin, Dawei Xiang, Zixu Shen 외 arxiv

Global KV-cache sharing is an effective optimization for accelerating large language model (LLM) inference, yet it introduces an API-visible timing side channel that lets adversaries infer sensitive user inputs from shar…

SpecPrefetch: Parameter-Efficient Expert Prefetching for Sparse MoE Foundation Models

2026-06-24 · Jinwei Kong, Runqi Meng, Fanyi Wang, Wentao Qiu 외 arxiv

Sparse Mixture-of-Experts (MoE) models expand foundation model capacity through conditional expert activation, but their full expert pools remain difficult to deploy under limited accelerator memory. Although expert offl…

EPD-Serve: A Flexible Multimodal EPD Disaggregation Inference Serving System On Ascend

2026-01-05 · Fan Bai, Pai Peng, Zhengzhi Tang, Zhe Wang 외 arxiv

With the widespread adoption of large multimodal models, efficient inference across text, image, audio, and video modalities has become critical. However, existing multimodal inference systems typically employ monolithic…

ReasonCache: Accelerating Large Reasoning Model Serving through KV Cache Sharing

2025-07-29 · Kaiwen Chen, Xin Tan, Minchen Yu, Jingzong Li 외 arxiv

Large Reasoning Models (LRMs) are becoming integral to many AI inference systems, enhancing their capabilities with advanced reasoning. However, deploying these models in production environments presents a significant Qo…

Collaborative Filtering