The Scheduler Has Never Heard of the Fabric: Topology-Aware GPU Placement for AI Inference

Агентная платформа

Программный комитет ещё не принял решения по этому докладу

Целевая аудитория

Platform engineers and SREs running GPU clusters on Kubernetes, ML infrastructure engineers responsible for LLM serving in production, and architects designing multi-tenant inference platforms. Useful to anyone operating shared GPU capacity where tenants complain about latency and the answer keeps being "buy more GPUs." Assumes familiarity with Kubernetes scheduling and basic distributed inference concepts. No prior knowledge of network fabric topology required - the talk builds that from first principles.

Тезисы

Your LLM serving cluster runs 40% slower than the same replica configuration measured inside a single fabric domain. There is no Kubernetes alert for this, no dashboard signal, no failing health check. The usual response is to provision more GPUs.

Kubernetes treats compute as fungible. A node with eight GPUs in rack A is scheduled identically to one in rack B, blind to whether inter-GPU communication crosses a high-speed fabric domain, a congested PCIe switch, or a RoCE-over-Ethernet path shared with everyone else's traffic. For multi-tenant inference - tensor-parallel serving replicas, disaggregated prefill/decode - that blindness decides whether P99 latency meets SLA or collapses under peak load.

This talk builds topology-aware scheduling for inference serving. We expose physical topology from fabric management APIs and switch LLDP data, configure Kueue ResourceFlavors and gang placement so replicas land inside one fabric domain, and confront the problem nobody mentions: what happens after weeks of churn, when no clean domain is left. We cover RoCE fabrics and heterogeneous hardware, not just pristine InfiniBand, and show how to derive real Model FLOPs Utilization from DCGM counters so this degradation stops being invisible.

Neeraj is the co-founder & CTO of Lyntcube, a real estate AI platform & Vivid Climate, a climate management and DMRV platform. Over the years, he has worked on a variety of full-stack software and data-science applications, as well as computational arts, and likes the challenge of creating new tools and applications, and is an active speaker with talks and tutorials presented at multiple conferences.

Видео

Другие доклады секции

Агентная платформа