Fix topo explorer's compatibility with NCCL 2.24 (#1671)

* Fix build issues

* Fix failure to find path remote rank


[ROCm/rccl commit: f3f3336468]
This commit is contained in:
Mustafa Abduljabbar
2025-05-05 15:26:29 -04:00
gecommit door GitHub
bovenliggende be0761502d
commit ab4a3eb0c1
6 gewijzigde bestanden met toevoegingen van 10 en 12 verwijderingen
@@ -78,5 +78,4 @@ ncclResult_t rcclGetAlgoInfo(struct ncclComm* comm, ncclFunc_t coll, uint64_t co
int* algo, int* protocol, int* maxChannels);
ncclResult_t rcclFuncMaxSendRecvCount(ncclFunc_t func, int nRanks, size_t count, size_t& maxCount);
#endif