Commit 01b5ff4e authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent db5e6340
......@@ -111,7 +111,8 @@ void remove_layout(module& m)
void eliminate_layout::apply(module_pass_manager& mpm) const
{
// std::unordered_set<instruction_ref> output_layouts = preserve_output_layout(mpm.get_module());
// std::unordered_set<instruction_ref> output_layouts =
// preserve_output_layout(mpm.get_module());
remove_layout(mpm.get_module());
mpm.run_pass(dead_code_elimination{});
}
......
......@@ -852,7 +852,7 @@ void fuse_ops::apply(module& m) const
// find_concat_pointwise{},
find_gemm_pointwise{},
find_contiguous_tranpose_gemm{},
find_commutative_broadcast{});
find_commutative_broadcast{});
match::find_matches(m, find_contiguous{});
}
......
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