Add another Rome model (#497)

[ROCm/rccl commit: 02096c9936]
This commit is contained in:
Wenkai Du
2022-02-12 10:30:16 -08:00
committed by GitHub
parent 9c3189589f
commit 5b697e40db
5 changed files with 117 additions and 2 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ static size_t getP2pChunkSize(size_t totalSize, int minChannels, int maxChannels
return size;
}
RCCL_PARAM(P2pNetThreshold, "RCCL_P2P_NET_THRESHOLD", 131072);
RCCL_PARAM(P2pNetThreshold, "P2P_NET_THRESHOLD", 131072);
NCCL_API(ncclResult_t, ncclGroupEnd);
ncclResult_t ncclGroupEnd() {