Remove MSCCL switch case fall-through by adding break statement. (#1342)

[ROCm/rccl commit: ea20af698e]
This commit is contained in:
corey-derochie-amd
2024-10-29 15:47:59 -06:00
committad av GitHub
förälder f9d38d8858
incheckning af1e36a7ee
@@ -595,6 +595,7 @@ ncclResult_t mscclEnqueueCheck(
}
threadLocalStatus.groupStatus = mscclGroupUnsupportedOp;
NCCLCHECK(mscclFallBackSavedParams());
break;
case mscclGroupUnsupportedOp:
NCCLCHECK(mscclFallBackSavedParams());
break;