SIMPLE: Disaggregating Sampling from GPU Inference into a Decision Plane for Faster Distributed LLM Serving
arxiv.org·5d
🌊Streaming Algorithms
Preview
Report Post

Computer Science > Distributed, Parallel, and Cluster Computing

arXiv:2512.00719 (cs)

View PDF HTML (experimental)

Abstract:As large language models (LLMs) scale out with tensor parallelism (TP) and pipeline parallelism (PP) and production stacks have aggressively optimized the data plane (attention/GEMM and KV cache), sampling, the decision plane that turns logits into tokens, becomes a new bottleneck. This creates a structural holdout: sampling neither expands with TP nor balances across PP stages, so its share of iteration time grows as GPUs get faster and it caps pipeline frequency at the last stage. We present SIMPLE, a stage-agnostic, sequence-parallel, overlappable decision plane t…

Similar Posts

Loading similar posts...