Question 13
UnclassifiedWhat does 'algBW' represent in NCCL test output?
Correct answer: A
Explanation
In NCCL test output, "algBW" is shorthand for algorithm bandwidth. It refers to the "effective bandwidth for the operation," meaning the measured throughput of the collective algorithm rather than raw link speed.
Why each option is right or wrong
A. Algorithm bandwidth - effective bandwidth for the operation
In NCCL test output, the field labeled `algBW` is the standard abbreviation for the collective algorithm’s measured throughput, i.e., the effective bandwidth achieved by the operation rather than the underlying physical link rate. The metric is reported by NCCL benchmarks to summarize how much data the algorithm actually moves per unit time during the test, so the correct interpretation is algorithm bandwidth.
B. Algebraic bandwidth - theoretical maximum
C. Allocated bandwidth - reserved capacity
D. Aggregate bandwidth - total across all GPUs