Fix UDS connection failure when using ncclCommSplit. Issue #1185


[ROCm/rccl commit: 48bb7fec79]
This commit is contained in:
Sylvain Jeaugey
2024-02-26 02:52:26 -08:00
orang tua 2ab8a3a750
melakukan 5fa796af0c
6 mengubah file dengan 19 tambahan dan 10 penghapusan
+1 -1
Melihat File
@@ -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];