Remove MSCCL switch case fall-through by adding break statement. (#1342)
[ROCm/rccl commit: ea20af698e]
This commit is contained in:
committed by
GitHub
parent
f9d38d8858
commit
af1e36a7ee
@@ -595,6 +595,7 @@ ncclResult_t mscclEnqueueCheck(
|
||||
}
|
||||
threadLocalStatus.groupStatus = mscclGroupUnsupportedOp;
|
||||
NCCLCHECK(mscclFallBackSavedParams());
|
||||
break;
|
||||
case mscclGroupUnsupportedOp:
|
||||
NCCLCHECK(mscclFallBackSavedParams());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user