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

Tento commit je obsažen v:
corey-derochie-amd
2024-10-29 15:47:59 -06:00
odevzdal GitHub
rodič 8ac63e7e70
revize ea20af698e
+1
Zobrazit soubor
@@ -595,6 +595,7 @@ ncclResult_t mscclEnqueueCheck(
}
threadLocalStatus.groupStatus = mscclGroupUnsupportedOp;
NCCLCHECK(mscclFallBackSavedParams());
break;
case mscclGroupUnsupportedOp:
NCCLCHECK(mscclFallBackSavedParams());
break;