[Refactor] Rename n_share_experts_fusion as num_fused_shared_experts (#6735)

This commit is contained in:
Cheng Wan
2025-06-03 17:48:24 -07:00
committed by GitHub
parent b6d0ce9f78
commit 8a5480528d
14 changed files with 82 additions and 93 deletions

View File

@@ -206,7 +206,7 @@ std::vector<at::Tensor> moe_fused_gate(
int64_t num_expert_group,
int64_t topk_group,
int64_t topk,
int64_t n_share_experts_fusion,
int64_t num_fused_shared_experts,
double routed_scaling_factor);
void fp8_blockwise_scaled_grouped_mm(