We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ncclIbIsend() double check "comm->base.ready"
nccl/src/transport/net_ib.cc
Line 1950 in 80f6bda
Line 1951 in 80f6bda
if (comm->base.ready == 0) { WARN("NET/IB: ncclIbIsend() called when comm->base.ready == 0"); return ncclInternalError; } if (comm->base.ready == 0) { *request = NULL; return ncclSuccess; } //when should we arrive here?
The text was updated successfully, but these errors were encountered:
It seems that this issue has been mentioned in #1489
Sorry, something went wrong.
No branches or pull requests
ncclIbIsend() double check "comm->base.ready"
nccl/src/transport/net_ib.cc
Line 1950 in 80f6bda
nccl/src/transport/net_ib.cc
Line 1951 in 80f6bda
if (comm->base.ready == 0) { WARN("NET/IB: ncclIbIsend() called when comm->base.ready == 0"); return ncclInternalError; }
if (comm->base.ready == 0) { *request = NULL; return ncclSuccess; } //when should we arrive here?
The text was updated successfully, but these errors were encountered: