Commit aa71a478 authored by rocking's avatar rocking
Browse files

clang format

parent 3190d495
...@@ -273,7 +273,6 @@ int main() ...@@ -273,7 +273,6 @@ int main()
const auto wei_g_k_c_xs_desc = const auto wei_g_k_c_xs_desc =
ck::utils::conv::make_weight_host_tensor_descriptor_g_k_c_xs_packed<WeiLayout>(conv_param); ck::utils::conv::make_weight_host_tensor_descriptor_g_k_c_xs_packed<WeiLayout>(conv_param);
// TODO - make_bias_host_tensor_descriptor_g_n_k_wos_packed() // TODO - make_bias_host_tensor_descriptor_g_n_k_wos_packed()
const auto bias_g_k_desc = HostTensorDescriptor({conv_param.G_, const auto bias_g_k_desc = HostTensorDescriptor({conv_param.G_,
conv_param.N_, conv_param.N_,
......
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