[GRAPH] Reduce NCCL_TOPO_MAX_NODES to 64 (#1153)

Signed-off-by: nileshnegi <Nilesh.Negi@amd.com>

[ROCm/rccl commit: b90436d292]
Esse commit está contido em:
Nilesh M Negi
2024-04-27 23:41:11 -05:00
commit de GitHub
commit b99b89e7a2
+1 -1
Ver Arquivo
@@ -66,7 +66,7 @@ ncclResult_t ncclTopoGetLocalNet(struct ncclTopoSystem* system, int rank, int ch
ncclResult_t ncclTopoGetLocalGpu(struct ncclTopoSystem* system, int net, int* gpuIndex);
ncclResult_t getLocalNetCountByBw(struct ncclTopoSystem* system, int gpu, int *count);
#define NCCL_TOPO_MAX_NODES 256
#define NCCL_TOPO_MAX_NODES 64
// Init search. Needs to be done before calling ncclTopoCompute
ncclResult_t ncclTopoSearchInit(struct ncclTopoSystem* system);