Switch language한국어
Back to the list

Beyond Prefill-Decode Disaggregation: Dissecting LLM Inference for Heterogeneous Platforms via Dynamic Operator Scheduling

TL;DR AI

Key summary

2 min read
  1. Researchers introduced DOPS, a closed-loop, hardware-aware framework for heterogeneous LLM inference.

  2. DOPS combines a stage-aware DAG with Bifocal for dynamic operator-to-device placement and WLA for blockwise weight-layout selection under memory limits.

  3. On NPU+PIM systems, it outperformed prefill-decode disaggregation baselines and delivered stronger latency and scalability.

  4. The work suggests heterogeneous LLM serving needs dynamic scheduling and weight-layout decisions, not just prefill-decode splitting.

Read the original