# moe_fused_gate kernel ensure that num_experts/num_expert_group does not exceed MAX_VPT=32 now. And when kernel can handle MAX_VPT > 32, we can remove this assertion.
# moe_fused_gate kernel ensure that num_experts/num_expert_group does not exceed MAX_VPT=32 now. And when kernel can handle MAX_VPT > 32, we can remove this assertion.
ifuse_fused_gate:
topk_weights,topk_ids=ops.moe_fused_gate(
router_logits,
e_score_correction_bias,
...
...
@@ -947,7 +960,9 @@ class FusedMoE(torch.nn.Module):