From 3b09175716d1ffc514eeee350b2f1b48c81478c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Pietil=C3=A4?= <> Date: Mon, 23 Jun 2025 13:04:17 +0000 Subject: [PATCH] Fix benchmarked subscription values. --- .../include/profiler/profile_grouped_conv_bwd_weight_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/include/profiler/profile_grouped_conv_bwd_weight_impl.hpp b/profiler/include/profiler/profile_grouped_conv_bwd_weight_impl.hpp index fddfada3d7..3d8faea90e 100644 --- a/profiler/include/profiler/profile_grouped_conv_bwd_weight_impl.hpp +++ b/profiler/include/profiler/profile_grouped_conv_bwd_weight_impl.hpp @@ -376,7 +376,7 @@ bool profile_grouped_conv_bwd_weight_impl(int do_verification, range_copy(conv_param.input_right_pads_, begin(input_right_pads)); std::vector fixed_split_k_list = {1, 2, 4, 8, 16, 32, 64, 128}; - std::vector subs_factor_list = {0, 1, 2, 3, 4, 8, 16, 32, 64}; + std::vector subs_factor_list = {0, 1, 2, 4, 8, 16, 32, 64}; bool profile_all = true; if(split_k != "all") {