Commit a27fdb55 authored by zhuwenwen's avatar zhuwenwen
Browse files

update fused_moe.py

parent 0b6a38bf
...@@ -740,7 +740,7 @@ def invoke_fused_moe_kernel(A: torch.Tensor, ...@@ -740,7 +740,7 @@ def invoke_fused_moe_kernel(A: torch.Tensor,
expert_ids, expert_ids,
num_tokens_post_padded, num_tokens_post_padded,
B.shape[1] if not use_nn_moe else B.shape[2], B.shape[1] if not use_nn_moe else B.shape[2],
A.shape[1] if not use_nn_moe else A.shape[2], A.shape[1],
EM, EM,
topk_ids.numel(), topk_ids.numel(),
A.stride(0), A.stride(0),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment