FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Your GPU Is 97% Utilized But Your Training Is 3x Slower Than Expected
NewsSystems

Your GPU Is 97% Utilized But Your Training Is 3x Slower Than Expected

via Dev.toDavid Mail3h ago

TL;DR Your GPU shows 97% utilization in nvidia-smi , but training throughput is a fraction of what benchmarks promise. The GPU isn't computing — it's waiting. Data loading workers are starving the training loop because CPU contention, I/O bottlenecks, or scheduling delays prevent data from arriving fast enough. Ingero traces the full host-to-GPU pipeline to show you exactly where the bubble is. The Problem You've got an H100 costing $3.50/hour. PyTorch Lightning says you're processing 200 samples/sec, but the model card says the same architecture should hit 600 samples/sec on this hardware. You open nvidia-smi : +-------------------------------------------+ | GPU Name | GPU-Util | Memory-Usage | |==================+==========+==============| | 0 H100 SXM | 97% | 62000MiB/80GB | +-------------------------------------------+ 97% utilization. The GPU must be working hard, right? Wrong. That number means "the GPU had at least one kernel running 97% of the time." It doesn't distinguish betw

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

I'm OK being left behind, thanks
News

I'm OK being left behind, thanks

Lobsters • 7m ago

The Good, the Bad, and the Leaky: jemalloc, bumpalo, and mimalloc in meilisearch
News

The Good, the Bad, and the Leaky: jemalloc, bumpalo, and mimalloc in meilisearch

Lobsters • 13m ago

You Stopped Growing Two Years Ago
News

You Stopped Growing Two Years Ago

Medium Programming • 52m ago

Amazon’s Big Spring Sale 2026: all of the latest deals
News

Amazon’s Big Spring Sale 2026: all of the latest deals

The Verge • 1h ago

✨ #IWDRebaseSpotlight | Week 3
News

✨ #IWDRebaseSpotlight | Week 3

Medium Programming • 1h ago

Discover More Articles