diff --git a/projects/rccl/src/enqueue.cc b/projects/rccl/src/enqueue.cc index f3f97d56bb..746da0e1c7 100644 --- a/projects/rccl/src/enqueue.cc +++ b/projects/rccl/src/enqueue.cc @@ -1242,6 +1242,7 @@ static ncclResult_t topoGetAlgoInfo(struct ncclInfo* info, int collNetSupport, i if (a == NCCL_ALGO_NVLS_TREE && nvlsSupport != 1) continue; for (int p=0; pcomm->topo->type != RCCL_TOPO_XGMI_ALL) continue; float time; NCCLCHECK(ncclTopoGetAlgoTime(info, a, p, numPipeOps, &time, &backup)); if (!backup) {