From f18ec927f3608168cb30055bd0e9039dc119e8ef Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:33:54 +0800 Subject: [PATCH] fix tuning_fused_moe_triton_sep tool per_channel_quant bug (#13027) --- .../kernels/fused_moe_triton/tuning_fused_moe_triton_sep.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/benchmark/kernels/fused_moe_triton/tuning_fused_moe_triton_sep.py b/benchmark/kernels/fused_moe_triton/tuning_fused_moe_triton_sep.py index 5b7eec271..afee79940 100644 --- a/benchmark/kernels/fused_moe_triton/tuning_fused_moe_triton_sep.py +++ b/benchmark/kernels/fused_moe_triton/tuning_fused_moe_triton_sep.py @@ -514,7 +514,6 @@ def main(args: argparse.Namespace): use_fp8_w8a8 = args.dtype == "fp8_w8a8" use_int8_w8a8 = args.dtype == "int8_w8a8" use_int8_w8a16 = args.dtype == "int8_w8a16" - per_channel_quant = args.per_channel_quant topk_ids_dir = args.topk_ids_dir if args.batch_size is None: @@ -602,7 +601,7 @@ def main(args: argparse.Namespace): use_fp8_w8a8, use_int8_w8a8, use_int8_w8a16, - per_channel_quant, + False, block_shape, ) print(