update mscclpp (#1488)

* 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
This commit is contained in:
isaki001
2025-01-20 08:06:43 -06:00
committed by GitHub
parent c68b558ed5
commit d89432e8c8
6 changed files with 81 additions and 51 deletions
+4
View File
@@ -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 {
+2
View File
@@ -32,3 +32,5 @@ ncclReduceScatter mscclpp_ncclReduceScatter
ncclSend mscclpp_ncclSend
ncclCommRegister mscclpp_ncclCommRegister
ncclCommDeregister mscclpp_ncclCommDeregister
ncclMemAlloc mscclpp_ncclMemAlloc
ncclMemFree mscclpp_ncclMemFree