mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-13 10:37:42 +00:00
Profile only default split-K value.
This commit is contained in:
@@ -490,7 +490,7 @@ bool profile_grouped_conv_bwd_weight_impl(int do_verification,
|
||||
range_copy(conv_param.input_left_pads_, begin(input_left_pads));
|
||||
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> fixed_split_k_list = {1 /*, 2, 4, 8, 16, 32, 64, 128*/};
|
||||
std::vector<SplitKStrategy> best_occupancy_list = {SplitKStrategy::BestOccupancy /*, SplitKStrategy::Optimized*/};
|
||||
bool profile_all = true;
|
||||
if(split_k != "all")
|
||||
|
||||
Reference in New Issue
Block a user