Enable CPX mode for MI300X (#1259)

* graph: enable cpx mode for MI300X

* graph: tune limits for cpx and cleanup
This commit is contained in:
Nusrat Islam
2024-07-19 11:30:37 -05:00
committed by GitHub
parent 89349f2ce4
commit 6f331b0d43
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -94,7 +94,8 @@ struct ncclTopoLink {
float bw;
struct ncclTopoNode* remNode;
};
#define NCCL_TOPO_MAX_LINKS 32
#define NCCL_TOPO_MAX_LINKS 64 //Changed the value from 32 to 64 for CPX mode
#define NCCL_TOPO_MAX_HOPS (NCCL_TOPO_MAX_NODES*NCCL_TOPO_NODE_TYPES)
struct ncclTopoLinkList {