fix scatter_perf crash (#1493)

* fix scatter_perf crash

* Update src/misc/msccl/msccl_lifecycle.cc

Co-authored-by: corey-derochie-amd <161367113+corey-derochie-amd@users.noreply.github.com>

* Update src/misc/msccl/msccl_lifecycle.cc

Co-authored-by: corey-derochie-amd <161367113+corey-derochie-amd@users.noreply.github.com>

* More buffsRegisteredNonGraphMode spelling fixes.

---------

Co-authored-by: corey-derochie-amd <161367113+corey-derochie-amd@users.noreply.github.com>
This commit is contained in:
isaki001
2025-01-21 09:24:32 -06:00
committed by GitHub
parent d89432e8c8
commit ff130cce7a
3 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ extern "C" {
ncclResult_t mscclpp_ncclCommDeregister(mscclppComm_t comm, void* handle);
bool mscclpp_BuffIsRegistered(mscclppComm_t comm, const void* buff, size_t count);
bool mscclpp_BuffIsRegistered(mscclppComm_t comm, const void* buff);
size_t mscclpp_BufferSize(mscclppComm_t comm, void* handle);