2
0

graph: fix for MI300X 64 GPU case (#1308)

PR #1290 introduced a failure for 64 GPU case on MI300X. This PR
fixes the failure.
Este cometimento está contido em:
Nusrat Islam
2024-08-26 18:37:58 -05:00
cometido por GitHub
ascendente 607e34dd99
cometimento 833435be18
3 ficheiros modificados com 4 adições e 4 eliminações
+1 -1
Ver ficheiro
@@ -94,7 +94,7 @@ struct ncclTopoLink {
float bw;
struct ncclTopoNode* remNode;
};
#define NCCL_TOPO_MAX_LINKS 64 //Changed the value from 32 to 64 for CPX mode
#define NCCL_TOPO_MAX_LINKS 128 //Changed the value from 32 to 128 for CPX mode
#define NCCL_TOPO_MAX_HOPS (NCCL_TOPO_MAX_NODES*NCCL_TOPO_NODE_TYPES)