AI inference is shifting from cloud to edge, but virtualization overhead rarely gets the attention it deserves. We benchmarked LLM inference under KVM, Firecracker, and bare metal-and found that virtualization-induced latency jitter can hit 20–40%, with GPU passthrough failing to fully fix the mess. Our hunch: the scheduling interrupts of virtualization clash with the compute patterns of LLM inference, amplifying memory-switching delays. We're now tinkering with a "virtualization-aware" scheduling strategy that decouples inference tasks from those interrupts, and we've squeezed out a 15% improvement in tail latency so far. Curious if anyone else working at the edge-AI-virtualization intersection has real-world numbers to share. Full dataset on OSF: https://osf.io/qgxwu
------------------------------
mmx m
------------------------------