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 May 2026 Autonomous Agents at Work: From OpenClaw Hype to Enterprise Reality

AI agents evolve from question-answering systems to autonomous task execution, requiring risk management through governance frameworks, security measures, human oversight, and ethical integration to address operational, compliance, and safety challenges while balancing AI capabilities with accountability.

15 May 2026 Agents are Just While Loops

Managing long-running agents requires state checkpointing and rehydration for fault tolerance, balancing durability with scalability via modular architectures, orchestration frameworks like Temporal, open standards, and simplified agent designs that separate concerns and leverage existing infrastructure.

12 May 2026 The Latency Goldilocks Zone Explained

iFood's ILO AI agent leverages a Learning Context Model to deliver hyper-personalized food recommendations by integrating diverse AI techniques, navigating cultural nuances, and balancing familiar and novel choices while addressing multi-channel design, latency, scalability, data alignment, and experimental innovation challenges.

8 May 2026 Building MCP Before MCP Existed: Inside Despegar's Sofia Agent

Sophia, an AI-powered travel concierge using a multi-agent system and decentralized collaboration, aims to streamline bookings, in-trip services, and personalized experiences through AI-driven automation, chat/voice interfaces, and orchestration layers, while expanding capabilities and reducing friction in travel processes.

1 May 2026 Voice Agent Use Cases

Designing voice-based AI systems involves balancing user control with automation, addressing speech quality-latency trade-offs, creating intuitive non-technical interfaces, overcoming transcription and turn-taking challenges in real-world environments, integrating hybrid models and domain-specific tuning, while ensuring compliance, user trust, and ethical considerations in applications like customer support and dynamic environments through feedback loops.

More MLOps.community episodes