Why it matters

Bottleneck analysis directs spend. Optimizing the wrong resource wastes weeks.

Advertisement

The architecture

Check GPU util; check memory bw; check NVLink/InfiniBand; check CPU dispatch.

Classify with roofline.

Bottleneck classificationCompute-boundhigh SM utilMemory-boundhigh HBM bw utilComms-boundhigh NIC utilRoofline model maps arithmetic intensity to bound; guides fix
Bottleneck analysis.
Advertisement

How it works end to end

SM util high = compute-bound.

HBM util high = memory-bound.

NIC util high = comms-bound.