More MLOps.community episodes

Fixing GPU Starvation in Large-Scale Distributed Training thumbnail

Fixing GPU Starvation in Large-Scale Distributed Training

Published 3 Apr 2026

Duration: 00:52:48

Optimizing ML workflows requires addressing data bottlenecks through caching, efficient structuring, and hardware-aware strategies to reduce remote data calls, minimize GPU-CPU overhead, and prioritize infrastructure over model tuning, while managing trade-offs between training efficiency and serving latency.

Episode Description

Kashish Mittal is a Staff Software Engineer at Uber, working on large-scale distributed systems and core backend infrastructure.Fixing GPU Starvation...

Overview

The podcast discusses critical challenges in data handling and infrastructure efficiency within machine learning (ML) workflows. Key focus areas include optimizing data caching by storing datasets locally on GPUs/CPU during the first epoch to avoid redundant remote calls, which reduces latency and resource overhead. It highlights inefficiencies in reading Parquet files, such as filtering data after full reads, as a major bottleneck in ML pipelines. Emphasis is placed on maximizing GPU utilization (>80%) due to their cost and scarcity, stressing the importance of data pipeline design over model architecture for scalability. The discussion extends to software engineering shifts driven by hardware advancements, where infrastructure constraintslike data pipelinesoften hinder progress more than model optimizations. Balancing GPU efficiency with rapid iteration is framed as essential to avoid resource waste that slows development.

Industry-wide challenges include suboptimal data practices, such as inefficient GPU data transfers, and the risk of future economic trade-offs as cloud compute becomes more expensive. Case studies, such as Googles YouTube models underutilizing A100 GPUs, underscore the need for data restructuring (e.g., batch processing, RAM-based loading) and hardware-aware optimization strategies like flattening tensors. Misconceptions about low performance being attributed to models rather than infrastructure are addressed, with universal bottlenecks identified across CPUs, GPUs, and TPUs. Practical solutions, such as caching data in NumPy format to bypass translation overhead and using per-worker queues for deterministic training, are highlighted. The conversation also touches on broader trade-offs between training and serving, the role of hybrid CPU/GPU approaches, and the importance of reproducibility in parallel systems.

The podcast concludes with insights into emerging trends, such as the evolving use of AI agents for coding and workflow automation, and the necessity of clear documentation and critical thinking frameworks to improve human-AI collaboration. Challenges in debugging, documentation parsing, and the balance between speed and accuracy in AI responses are acknowledged. Overall, the discussion emphasizes that addressing data bottlenecks, aligning infrastructure with hardware capabilities, and fostering efficient practices are pivotal to advancing ML performance and scalability.

Recent Episodes of MLOps.community

19 Jun 2026 Sandboxing, Agent Harnesses, and Agent Teamwork

The text examines "Harness" componentsprompts, tools, and feedback systemsthat balance AI agent autonomy with control through adaptive strategies, human oversight, and iterative testing to improve reliability and alignment with human judgment in dynamic tasks.

16 Jun 2026 MCP Servers Are Becoming the UI for AI Agents

Gateways as proxies for AI via MCP address security, traffic control, and cost management while tackling server development challenges, optimization of tool calls, microservices scaling, protocol tracing limitations, ownership shifts, and the need for unbiased evaluations and agent-driven usability assessments.

12 Jun 2026 MCP, Agents & the $40M Bet on Multiplayer AI

Recommended: Multiplayer Bots as a Action Paradigm

The integration of AI into work practices shifts toward collaborative "multiplayer" systems using flocking-inspired dynamics, addressing challenges like limited AI time horizons, technical tools for shared collaboration, balancing human-AI roles, infrastructure scaling, and the need for adaptive governance and futureproofing.

9 Jun 2026 From Single-Player to Multi-Player: Operating AI Agents at Scale

AI agent infrastructure and governance require control planes for security, compliance, and risk mitigation, addressing operational challenges, productivity gains, and the need for standardized frameworks, modular designs, and transparent collaboration.

5 Jun 2026 The Control-vs-Magic Spectrum Building Agents

iFood Pago leverages AI-driven tools like ChatBank to automate financial services for Brazilian restaurants, balancing automation with personalization while addressing challenges in scaling AI, risk management, and the impact of declining training costs on software accessibility.

More MLOps.community episodes