Merge remote-tracking branch 'nccl/master' into develop

[ROCm/rccl commit: 53a1f91857]
This commit is contained in:
Wenkai Du
2023-04-25 15:38:04 -07:00
79 changed files with 4609 additions and 2880 deletions
+1 -2
View File
@@ -328,7 +328,7 @@ static ncclResult_t groupLaunch(struct ncclAsyncJob *job_) {
ret = ncclSystemError;
}
job->state = ncclGroupJobJoined;
if (job->result != ncclSuccess) {
if (job->result != ncclSuccess && ret == ncclSuccess) {
ret = job->result;
errorJobAbortFlag = true;
}
@@ -339,7 +339,6 @@ static ncclResult_t groupLaunch(struct ncclAsyncJob *job_) {
if (*groupAbortFlag == true || errorJobAbortFlag == true) {
*job->abortFlag = 1;
ret = ncclInternalError;
}
job = job->next;