Flowprefill Scheduling Preemption

Improve LLM serving under mixed workloads by decoupling execution granularity from scheduling frequency. Operator-level preemption allows fine-grained interruption at natural boundaries (attention, feed-forward layers) without efficiency loss. Event-driven scheduling triggers decisions only on request arrival/completion. Eliminates head-of-line blocking where long requests starve short time-sensitive ones. Achieves 5.6× higher goodput vs. baselines in production workloads.

adu2021 e8fb777 9.6 KB Updated

File contents

adu2021/skillxiv/tree/main/skills/skillxiv-v0.0.2-claude-opus-4.6/flowprefill-scheduling-preemption commit e8fb777a9f

Frequently asked questions

npx skillmds@latest add adu2021/flowprefill-scheduling-preemption