Commit 744f236c authored by Paul's avatar Paul
Browse files

Format

parent 5c2a9f2e
...@@ -412,7 +412,8 @@ struct ck_gemm_compiler : compiler<ck_gemm_compiler> ...@@ -412,7 +412,8 @@ struct ck_gemm_compiler : compiler<ck_gemm_compiler>
}}; }};
} }
optional<tuning_config> get_tuning_config(context& ctx, instruction_ref ins, const operation& op) const optional<tuning_config>
get_tuning_config(context& ctx, instruction_ref ins, const operation& op) const
{ {
tuning_config tc; tuning_config tc;
auto shapes = to_shapes(ins->inputs()); auto shapes = to_shapes(ins->inputs());
......
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