* update commit hash for mscclpp submodule

* update mscclpp submodule

* remove print messages in cmake

* add back some print messages, update MSCLPP CMAKE_ARGS

* enable MSCCL++ patches regardless of finding mscclpp_nccl package

[ROCm/rccl commit: d89432e8c8]
Dieser Commit ist enthalten in:
isaki001
2025-01-20 08:06:43 -06:00
committet von GitHub
Ursprung 8e6bedeedc
Commit 25150b1f20
6 geänderte Dateien mit 81 neuen und 51 gelöschten Zeilen
@@ -46,6 +46,10 @@ extern "C" {
bool mscclpp_BuffIsRegistered(mscclppComm_t comm, const void* buff, size_t count);
size_t mscclpp_BufferSize(mscclppComm_t comm, void* handle);
ncclResult_t mscclpp_ncclMemAlloc(void** ptr, size_t size);
ncclResult_t mscclpp_ncclMemFree(void* ptr);
}
namespace std {