resolved conflicts, fixed the localNetCount/0 bug
This commit is contained in:
+1
-1
@@ -672,7 +672,7 @@ static ncclResult_t devCommSetup(ncclComm_t comm) {
|
||||
|
||||
NCCLCHECKGOTO(ncclCudaMemcpyAsync(devCommAndChans, &tmpCommAndChans, 1, comm->sharedRes->deviceStream.cudaStream), ret, fail);
|
||||
exit:
|
||||
CUDACHECK(cudaStreamSynchronize(comm->sharedRes->deviceStream.cudaStream));
|
||||
NCCLCHECK(ncclStrongStreamSynchronize(&comm->sharedRes->deviceStream));
|
||||
NCCLCHECK(ncclStrongStreamRelease(ncclCudaGraphNone(), &comm->sharedRes->deviceStream));
|
||||
return ret;
|
||||
fail:
|
||||
|
||||
Reference in New Issue
Block a user