"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "d3a09f1a5b511cba4882da3b089efde0c5afe0fe"
Commit d0b86e7a authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent b088ac70
......@@ -78,14 +78,14 @@ void eliminate_contiguous::apply(module& p) const
continue;
// Make a copy so we can modify it while we iterate
auto args = ins->inputs();
auto args = ins->inputs();
auto new_args = args;
auto mod_args = ins->module_inputs();
for(auto arg : ins->inputs())
{
if(arg->name() == op_name)
{
auto prev = arg->inputs().front();
auto prev = arg->inputs().front();
replace(new_args, arg, prev);
if(try_compute_shape(ins, new_args, mod_args))
{
......
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