LLM Scheduling Optimizations

  • Last Updated 20 May, 2026
  • by David Spuler, Ph.D.

What is LLM Scheduling Optimizations?

LLM scheduling optimizations involve spreading parts of computation throughout the computation architecture. When there are many user queries coming in, there are various ways to organize the computation for improved speed (e.g., batching, prefill-decode disaggregation, or more granular approaches). The issue of scheduling of components is also important for LLM training, but many of the techniques are different.

Scheduling: Book Excerpts and Blog Articles

Free online book excerpts with full text chapters online and free PDF downloads, and the Aussie AI blog, including related articles:

Research on LLM Scheduling Optimizations

Research papers include:

More AI Research Topics

Read more about: