Fix benchmarked subscription values.

This commit is contained in:
Ville Pietilä
2025-06-23 13:04:17 +00:00
parent 3410628696
commit 3b09175716

View File

@@ -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<ck::index_t> fixed_split_k_list = {1, 2, 4, 8, 16, 32, 64, 128};
std::vector<ck::index_t> subs_factor_list = {0, 1, 2, 3, 4, 8, 16, 32, 64};
std::vector<ck::index_t> subs_factor_list = {0, 1, 2, 4, 8, 16, 32, 64};
bool profile_all = true;
if(split_k != "all")
{