"test/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "fb39e5e4ae4170f6fb4a366315a6cd53008dfccc"
Commit 7099811c authored by Paul's avatar Paul
Browse files

Format

parent d30df5bb
...@@ -398,7 +398,8 @@ struct ck_gemm_compiler : compiler<ck_gemm_compiler> ...@@ -398,7 +398,8 @@ struct ck_gemm_compiler : compiler<ck_gemm_compiler>
return v; return v;
} }
compiler_replace compile(context& ctx, instruction_ref ins, const operation& op, const value& solution) const compiler_replace
compile(context& ctx, instruction_ref ins, const operation& op, const value& solution) const
{ {
auto shapes = to_shapes(ins->inputs()); auto shapes = to_shapes(ins->inputs());
auto v = create_settings(ins, op); auto v = create_settings(ins, op);
......
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