You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The buffer for NCCL_PROTO_LL proto is allocated in the else branch of the sendProxyConnect function, but in recvProxyConnect function, the buffer for NCCL_PROTO_LL proto is allocated out of else branch. It seems resources->buffSizes[NCCL_PROTO_LL] will be override when resources->shared == 0. Is this a mistake in recvProxyConnect function or is this intentional?
transport/net.cc
The buffer for NCCL_PROTO_LL proto is allocated in the
else
branch of thesendProxyConnect
function, but inrecvProxyConnect
function, the buffer for NCCL_PROTO_LL proto is allocated out ofelse
branch. It seemsresources->buffSizes[NCCL_PROTO_LL]
will be override whenresources->shared == 0
. Is this a mistake inrecvProxyConnect
function or is this intentional?transport/net.cc:755 sendProxyConnect :
transport/net.cc:905 recvProxyConnect :
The text was updated successfully, but these errors were encountered: