changed the form that RCCL_TREE uses (#888)

* changed the form that RCCL_TREE uses

[ROCm/rccl commit: b85d73c02e]
This commit is contained in:
akolliasAMD
2023-09-15 15:01:33 -06:00
committed by GitHub
parent 3cc41809dd
commit 6f7eb65308
4 changed files with 145 additions and 60 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ struct ncclTopoGraph {
int inter[MAXCHANNELS*2];
int nIntraChannels;
int intraNets[MAXCHANNELS*NCCL_TOPO_MAX_NODES*2];
int treeBase[NCCL_TOPO_MAX_NODES][NCCL_TOPO_MAX_NODES];
char treeBase[NCCL_TOPO_MAX_NODES][NCCL_TOPO_MAX_NODES*4];
};
ncclResult_t ncclTopoCompute(struct ncclTopoSystem* system, struct ncclTopoGraph* graph);