2
0

Merge remote-tracking branch 'nccl/master' into develop

[ROCm/rccl commit: e3abf1c2ec]
Este cometimento está contido em:
Wenkai Du
2021-05-25 20:49:10 -07:00
ascendente b1a6561fee 3dd3a1ca66
cometimento b154b532a2
14 ficheiros modificados com 133 adições e 43 eliminações
+1 -1
Ver ficheiro
@@ -478,7 +478,7 @@ ncclResult_t ncclTopoGetXmlFromSys(struct ncclXmlNode* pciNode, struct ncclXml*
if (path == NULL) NCCLCHECK(getPciPath(busId, &path));
NCCLCHECK(ncclTopoSetAttrFromSys(pciNode, path, "class", "class"));
}
ncclDebugNoWarn = 1;
ncclDebugNoWarn = NCCL_GRAPH;
NCCLCHECK(xmlGetAttrIndex(pciNode, "vendor", &index));
if (index == -1) {
if (path == NULL) getPciPath(busId, &path);