paper-with-me

Papers

Regulating Branch Parallelism in LLM Serving

2026-05-07 · Swapnil Gandhi, Siva Hari, William J. Dally, Christos Kozyrakis arxiv

Recent methods expose intra-request parallelism in LLM outputs, allowing independent branches to decode concurrently. Existing serving systems execute these branches eagerly or under fixed caps. We show that both are brittle: eager admission inflates the shared decode step, degrading co-batched requests in serial stages, while conservative fixed caps forgo the throughput that motivated exposing branches in the first place. We call the excess step latency caused by admitted branches the branch externality and show that the safe width depends on batch composition, context lengths, and accumulated slack, all of which change continuously over a workload trace. We introduce TAPER, a per-step admission controller that treats extra branches as opportunistic work, admitted only when the predicted branch externality fits within the batch's current slack budget. Per-step regulation is practical because branch-level scheduling decouples compute from memory: branches share the request's prefix KV, so expanding or contracting width requires no memory reclamation. On Qwen3-32B, TAPER improves goodput by $1.77\times$ over IRP-Off and by $1.48\times$ over IRP-Eager, while maintaining over $95\%$ SLO attainment.

📄 PDF Abstract BibTeX arXiv:2605.06914

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Checks-and-Balances Framework for Context-Aware Ethical AI Alignment

2025-01-31 · Edward Y. Chang

This paper introduces a checks-and-balances framework for ethical alignment of Large Language Models (LLMs), inspired by three-branch governmental systems. It implements three independent yet interacting components: LLMs…

Self-Supervised Learning

Speculative Decoding via Hybrid Drafting and Rollback-Aware Branch Parallelism

2025-05-16 · Yuhao Shen, Junyi Shen, Quan Kong, Tianyu Liu 외

Recently, speculative decoding (SD) has emerged as a promising technique to accelerate LLM inference by employing a small draft model to propose draft tokens in advance, and validating them in parallel with the large tar…

LoPA: Scaling dLLM Inference via Lookahead Parallel Decoding

2025-12-18 · Chenkai Xu, Yijie Jin, Jiajun Li, Yi Tu 외 arxiv

Diffusion Large Language Models (dLLMs) have demonstrated significant potential for high-speed inference. However, current confidence-driven decoding strategies are constrained by limited parallelism, typically achieving…

Scepsy: Serving Agentic Workflows Using Aggregate LLM Pipelines

2026-04-16 · Marcel Wagenländer, Otto White, Britannio Jarrett, Pedro Silvestre 외 arxiv

Agentic workflows carry out complex tasks by orchestrating multiple large language models (LLMs) and tools. Serving such workflows at a target throughput with low latency is challenging because they can be defined using …

Parallel Branch Model Predictive Control on GPUs

2025-06-16 · Luyao Zhang, Chenghuai Lin, Sergio Grammatico

We present a parallel GPU-accelerated solver for branch Model Predictive Control problems. Based on iterative LQR methods, our solver exploits the tree-sparse structure and implements temporal parallelism using the paral…

CPUGPUmodelModel Predictive Control