179 questions
No questions match those filters.
NCCL reports 277 GB/s on your 8-GPU NVLink node, but th...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansThe difference between the 900 GB/s spec and the 277 GB/s observed is due to three factors. First, 900 GB/s is the aggregate bidirectional bandwidth, whereas the ring algorithm uses each link in both directions simultaneously, but the peak per-direction rate is lower. Second, while ring AllReduce parallelizes across all links, each GPU’s effective slice of bandwidth is shared across N-1 concurrent ring steps. Third, small tensor sizes fail to saturate the link because latency overhead dominates; throughput only rises and plateaus once tensor sizes reach several hundred MB.