[GRAPH] Disable MSCCL override of no. of channels (#1187)

Signed-off-by: nileshnegi <Nilesh.Negi@amd.com>

[ROCm/rccl commit: 67e867271f]
This commit is contained in:
Nilesh M Negi
2024-07-15 10:45:21 -05:00
committed by GitHub
orang tua da08e5ed1e
melakukan 13134c6c64
2 mengubah file dengan 30 tambahan dan 18 penghapusan
+1 -1
Melihat File
@@ -700,7 +700,7 @@ ncclResult_t ncclTopoPostset(struct ncclComm* comm, int* firstRanks, int* treePa
}
if (mscclEnabled() && (comm->topo->mscclEnabled || mscclForceEnabled())) {
int mscclNumChannelsRequired = 0;
int mscclNumChannelsRequired = maxNchannels;
mscclSchedulerInit(comm, &mscclNumChannelsRequired);
minNchannels = std::max(minNchannels, mscclNumChannelsRequired);
}