Enable CPX mode for MI300X (#1259)
* graph: enable cpx mode for MI300X * graph: tune limits for cpx and cleanup
This commit is contained in:
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user