Refine and add new Rome models (#548)

This commit is contained in:
Wenkai Du
2022-05-17 08:23:59 -07:00
zatwierdzone przez GitHub
rodzic c9919e0e35
commit 283dc86a73
8 zmienionych plików z 158 dodań i 14 usunięć
+1 -1
Wyświetl plik
@@ -543,7 +543,7 @@ ncclResult_t ncclTopoAddXGMI(struct ncclXmlNode* node, struct ncclTopoSystem* sy
}
}
if (remote) {
int nvlSpeed = VEGA_XGMI_WIDTH;
float nvlSpeed = ncclTopoXGMISpeed(gpu->gpu.gcn);
NCCLCHECK(ncclTopoConnectNodes(gpu, remote, LINK_NVL, count*nvlSpeed));
if (remote->type != GPU) {
NCCLCHECK(ncclTopoConnectNodes(remote, gpu, LINK_NVL, count*nvlSpeed));