Fix kernel selection in biased_grouped_topk_gpu (#17325)
This commit is contained in:
@@ -795,7 +795,6 @@ def biased_grouped_topk_gpu(
|
|||||||
|
|
||||||
elif (
|
elif (
|
||||||
_is_cuda
|
_is_cuda
|
||||||
and num_fused_shared_experts == 0
|
|
||||||
# moe_fused_gate kernel ensures 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 ensures 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.
|
||||||
and experts_per_group <= 32
|
and experts_per_group <= 32
|
||||||
and is_power_of_two(num_experts)
|
and is_power_of_two(num_experts)
|
||||||
|
|||||||
Reference in New Issue
Block a user