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>

[ROCm/rccl commit: ff130cce7a]
Este commit está contenido en:
isaki001
2025-01-21 09:24:32 -06:00
cometido por GitHub
padre 25150b1f20
commit 835c708a92
Se han modificado 3 ficheros con 22 adiciones y 24 borrados
@@ -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);