Fix mscclpp_benchmark (#392)

Enable 1GB message size for NVLS transport in mscclpp_benchmark
This commit is contained in:
Binyang Li
2024-11-25 11:59:51 -08:00
committed by GitHub
parent 93628d2066
commit 1b8d020650
2 changed files with 2 additions and 2 deletions

View File

@@ -289,7 +289,7 @@ if __name__ == "__main__":
mscclpp_algbw = []
nccl_algbw = []
speed_ups = []
end_range = 28 if is_nvls_supported() else 29
end_range = 29
for i in range(10, end_range):
if MPI.COMM_WORLD.size // N_GPUS_PER_NODE == 1:
nelems = 2**i