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") {