[Perf][Qwen3.5] Add case 512 to topkGatingSoftmaxKernelLauncher, (#25775)

This commit is contained in:
Jincong Chen
2026-05-25 16:08:21 +08:00
committed by GitHub
parent b0cf01eb85
commit e27d4fb70f
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ def compare_topk_values(gating_output, topk_indices_ref, topk_indices):
itertools.product(
[1, 16, 128, 512, 1024, 2048], # num_tokens
[512], # num_experts
[1, 2, 3, 4, 5, 8], # topk
[1, 2, 3, 4, 5, 8, 10], # topk
)
),
)