Revert "remove unused basePath"

This reverts commit d973ddac8b.


[ROCm/rccl commit: cc78e9fab8]
This commit is contained in:
Sylvain Jeaugey
2022-01-21 12:29:54 +01:00
والد d973ddac8b
کامیت 51df47f9b8
@@ -41,6 +41,11 @@ static ncclResult_t ncclTopoSetPaths(struct ncclTopoNode* baseNode, struct ncclT
struct ncclTopoNodeList nextNodeList;
nodeList.count = 1; nodeList.list[0] = baseNode;
nextNodeList.count = 0;
struct ncclTopoLinkList* basePath;
NCCLCHECK(getPath(system, baseNode, baseNode->type, baseNode->id, &basePath));
basePath->count = 0;
basePath->width = LOC_WIDTH;
basePath->type = PATH_LOC;
while (nodeList.count) {
nextNodeList.count = 0;