NVIDIA / nccl-tests

NCCL Tests
BSD 3-Clause "New" or "Revised" License
809 stars 229 forks source link

Calculating "net_bw" in addition to "bus_bw" #164

Open yehuday opened 1 year ago

yehuday commented 1 year ago

i would like to add the metric "net_bw" to NCCL tests in order to understand how well the Network interface was utilized. How complicated would it be to figure out in nccl-tests which portion of the bus_bw used (NvLink/Shmem) and which used the network (TCP/IB) ?