Change default nchannels per peer (#563)

[ROCm/rccl commit: f274c865c1]
This commit is contained in:
Wenkai Du
2022-06-13 06:39:05 -07:00
zatwierdzone przez GitHub
rodzic 9c0e790eb5
commit 0fb000932f
+1 -1
Wyświetl plik
@@ -707,7 +707,7 @@ void ncclTopoFree(struct ncclTopoSystem* system) {
free(system);
}
NCCL_PARAM(NChannelsPerNetPeer, "NCHANNELS_PER_NET_PEER", 2);
NCCL_PARAM(NChannelsPerNetPeer, "NCHANNELS_PER_NET_PEER", 1);
static ncclResult_t ncclTopoGetNchannels(struct ncclTopoSystem* system, int g /*local gpu index*/, int peerRank, int* nChannels) {
int peer;