diff --git a/benchmark/kernels/fused_moe_triton/tuning_fused_moe_triton.py b/benchmark/kernels/fused_moe_triton/tuning_fused_moe_triton.py index 3a5dac7e2..89309ac6e 100644 --- a/benchmark/kernels/fused_moe_triton/tuning_fused_moe_triton.py +++ b/benchmark/kernels/fused_moe_triton/tuning_fused_moe_triton.py @@ -267,6 +267,7 @@ class BenchmarkWorker: topk, dtype_str, False, + block_shape, ) else: config = op_config[min(op_config.keys(), key=lambda x: abs(x - num_tokens))]