Why it matters
Data pipeline often GPU bottleneck. Understanding shapes efficiency.
Advertisement
The architecture
DataLoader with num_workers.
Prefetch queue.
Pin memory for fast transfer.
Advertisement
How it works end to end
Bottleneck check: GPU utilization < 90% often means data-bound.
DALI: GPU-accelerated data loading.
WebDataset: streaming from tar.
Cache: on-node NVMe.