"...targets/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "96c856c58d8792e79dcbc72982a67e07550a33fd"
Commit 3393530b authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 41f74ac8
...@@ -129,8 +129,8 @@ void program::copy(const program& p) ...@@ -129,8 +129,8 @@ void program::copy(const program& p)
{ {
auto&& name = any_cast<builtin::param>(ins->get_operator()).parameter; auto&& name = any_cast<builtin::param>(ins->get_operator()).parameter;
auto s = ins->get_shape(); auto s = ins->get_shape();
copy_ins = impl->instructions.insert( copy_ins = impl->instructions.insert(impl->instructions.end(),
impl->instructions.end(), {builtin::param{name}, std::move(s), {}}); {builtin::param{name}, std::move(s), {}});
} }
else if(ins->name() == "@outline") else if(ins->name() == "@outline")
{ {
......
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