Commit 51c11552 authored by Paul's avatar Paul
Browse files

Remove contiguous

parent e7a5d5a9
...@@ -674,6 +674,7 @@ struct find_contiguous_tranpose_precompile ...@@ -674,6 +674,7 @@ struct find_contiguous_tranpose_precompile
v["output_shape"] = to_value(s); v["output_shape"] = to_value(s);
auto new_op = make_op("gpu::precompile_op", v); auto new_op = make_op("gpu::precompile_op", v);
m.replace_instruction(op_ins, new_op, op_ins->inputs(), op_ins->module_inputs()); m.replace_instruction(op_ins, new_op, op_ins->inputs(), op_ins->module_inputs());
m.replace_instruction(ins, transpose);
} }
}; };
......
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