resolved conflicts, fixed the localNetCount/0 bug

[ROCm/rccl commit: 0d515f9388]
This commit is contained in:
PedramAlizadeh
2023-12-18 08:11:34 +00:00
12 changed files with 107 additions and 130 deletions
+1 -1
View File
@@ -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: