English

PASCAL: A Phase-Aware Scheduling Algorithm for Serving Reasoning-based Large Language Models

Machine Learning 2026-02-13 v1 Hardware Architecture

Abstract

The emergence of reasoning-based LLMs leveraging Chain-of-Thought (CoT) inference introduces new serving challenges, as their extended reasoning phases delay user-visible output and inflate Time-To-First-Token (TTFT). Existing LLM serving frameworks fail to distinguish between reasoning and answering phases, leading to performance degradation under GPU memory constraints. We present PASCAL, a phase-aware scheduling algorithm that prioritizes reasoning to reduce TTFT while using controlled preemption and token pacing during answering to preserve Quality-of-Experience (QoE). Our hierarchical scheduler combines instance-level placement with intra-instance execution and enables dynamic migration at phase boundaries to balance load and reduce interference. Across benchmarks using DeepSeek-R1-Distill-Qwen-32B, PASCAL reduces tail TTFT by up to 72% while maintaining answering phase SLO attainment, demonstrating the importance of phase-aware scheduling for reasoning-based LLM deployment.

Keywords

Cite

@article{arxiv.2602.11530,
  title  = {PASCAL: A Phase-Aware Scheduling Algorithm for Serving Reasoning-based Large Language Models},
  author = {Eunyeong Cho and Jehyeon Bang and Ranggi Hwang and Minsoo Rhu},
  journal= {arXiv preprint arXiv:2602.11530},
  year   = {2026}
}

Comments

Accepted for publication at the 32nd IEEE International Symposium on High-Performance Computer Architecture (HPCA-32), 2026

R2 v1 2026-07-01T10:32:57.691Z