PrefixBench-H100: Characterizing Prefix Reuse and Time-to-First-Token in H100 LLM Serving

📅 2026-09-16
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文通过PrefixBench-H100框架研究了在NVIDIA H100上重复使用前缀对LLM服务性能的影响,揭示了不同条件下的性能增益及限制因素。
📝 Abstract
Repeated prompt prefixes are increasingly common in LLM serving workloads, appearing in system prompts, templated retrieval-augmented generation pipelines, agent frameworks, and multi-turn conversations. Modern inference runtimes such as vLLM and TensorRT-LLM provide mechanisms for reusing previously computed KV-cache state across requests, yet it remains unclear when prefix reuse materially improves serving performance on contemporary accelerators and when its benefits are limited by scheduling, cache granularity, concurrency, or memory pressure. This paper presents PrefixBench-H100, a reproducible benchmark and measurement framework for characterizing prefix reuse on a single NVIDIA H100. PrefixBench-H100 combines controlled synthetic traces with chat-style and retrieval-style workloads, and evaluates two widely used LLM serving runtimes under matched workload conditions. The benchmark varies shared-prefix length, suffix diversity, request arrival pattern, concurrency, output length, and cache configuration, while collecting time-to-first-token, inter-token latency, end-to-end latency, throughput, cache-hit statistics, GPU memory usage, and selected profiling traces. The goal of PrefixBench-H100 is not to introduce a new caching algorithm, but to expose the practical operating envelope of prefix reuse for H100-class LLM serving. The study identifies the regime where prefix reuse provides substantial first-token latency reductions and the regime where cache pressure erodes them, while showing that cache effectiveness itself is largely insensitive to concurrency and output length; the cross-runtime differences that remain arise above the cache, in the scheduling layer.
Problem

Research questions and friction points this paper is trying to address.

prefix reuse
LLM serving
H100 accelerator
performance improvement
scheduling
Innovation

Methods, ideas, or system contributions that make the work stand out.

Prefix Reuse
H100 LLM Serving
Benchmarking Framework
Time-to-First-Token
Cache Effectiveness
🔎 Similar Papers
2024-10-04arXiv.orgCitations: 1
2024-05-26Proceedings of the Twentieth European Conference on Computer SystemsCitations: 7
O
Omkar Shewale
Illinois Institute of Technology
D
Deepak Kumar
Illinois Institute of Technology
D
Divakar Kumar Yadav
University of Wisconsin–Milwaukee