"...composable_kernel.git" did not exist on "4f0b87dc08b1d4e1633e7af3854b5a8b83e32780"
Commit 2cc8cbf0 authored by Bartlomiej Kocot's avatar Bartlomiej Kocot
Browse files

Remove todo comment

parent ec2b30b5
...@@ -15,7 +15,6 @@ bool run_grouped_conv_bwd_weight(const ExecutionConfig& config, ...@@ -15,7 +15,6 @@ bool run_grouped_conv_bwd_weight(const ExecutionConfig& config,
const ck::utils::conv::ConvParam& conv_param) const ck::utils::conv::ConvParam& conv_param)
{ {
// Dl op doesn't support split_k > 1 // Dl op doesn't support split_k > 1
// TODO: Add Dl op split_k > 1 support
constexpr ck::index_t split_k = 1; constexpr ck::index_t split_k = 1;
const auto in_g_n_c_wis_desc = const auto in_g_n_c_wis_desc =
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment