[Submitted on 16 Feb 2026 (v1), last revised 21 Jul 2026 (this version, v2)]
Abstract:With the rapid evolution of Large Language Models (LLMs), multi-round workflows, such as autonomous agents and iterative retrieval, have become increasingly prevalent. However, this raises hurdles for serving LLMs under prefill-decode (PD) disaggregation, a widely adopted paradigm that separates the compute-bound prefill phase and memory-bound decode phase onto individual resources. Specifically, existing systems overlook the interleaved prefill-decode workload pattern in multi-round inference, leading to sub-optimal handling of the incremental prefill workloads and model deployment for the two phases.
In this work, we present AMPD, a brand new disaggregated serving framework for multi-round LLM inference. The core of AMPD is to coordinate the prefill workloads based on real-time workloads by adaptively determining where to carry out these workloads and how they are scheduled, in order to maximize service level objective (SLO) attainment. In addition, we tailor a planning algorithm for our scenario, facilitating the deduction of optimal resource allocation and parallel strategies for the two phases. Empirical results demonstrate that AMPD substantially improves SLO attainment compared to state-of-the-art baselines.
Submission history
From: Fangcheng Fu [view email]
[v1]
Mon, 16 Feb 2026 07:07:30 UTC (530 KB)
[v2]
Tue, 21 Jul 2026 08:53:51 UTC (562 KB)
0 Comments
Log in to join the conversation.No comments yet. Be the first to share your thoughts.