Revert "remove unused basePath"
This reverts commit 445bc1965720787aa19c8fc1c0bf62db43db2dda.
This commit is contained in:
parent
445bc19657
commit
cc78e9fab8
@ -41,6 +41,11 @@ static ncclResult_t ncclTopoSetPaths(struct ncclTopoNode* baseNode, struct ncclT
|
|||||||
struct ncclTopoNodeList nextNodeList;
|
struct ncclTopoNodeList nextNodeList;
|
||||||
nodeList.count = 1; nodeList.list[0] = baseNode;
|
nodeList.count = 1; nodeList.list[0] = baseNode;
|
||||||
nextNodeList.count = 0;
|
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) {
|
while (nodeList.count) {
|
||||||
nextNodeList.count = 0;
|
nextNodeList.count = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user