Remove MSCCL switch case fall-through by adding break statement. (#1342)
This commit is contained in:
committed by
GitHub
parent
8ac63e7e70
commit
ea20af698e
@@ -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