mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-17 17:19:12 +00:00
Fix benchmarked subscription values.
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user