2.20.5-1
Fix UDS connection failure when using ncclCommSplit. Issue #1185
[ROCm/rccl commit: 48bb7fec79]
This commit is contained in:
@@ -1077,7 +1077,7 @@ ncclResult_t getNvlsNetDev(struct ncclComm* comm, struct ncclTopoGraph* graph, i
|
||||
int localRanks = comm->topo->nodes[GPU].count;
|
||||
int netNum = 0;
|
||||
int net[MAXCHANNELS];
|
||||
|
||||
|
||||
for (int c = 0; c < graph->nChannels; c++) {
|
||||
if (graph->intra[c * localRanks] == comm->rank) {
|
||||
net[netNum++] = graph->inter[c * 2];
|
||||
|
||||
Reference in New Issue
Block a user