Commit 33fe5e12 authored by Paul's avatar Paul
Browse files

Renable fusion

parent 48920afb
...@@ -28,7 +28,7 @@ std::vector<pass> target::get_passes(migraph::context& gctx) const ...@@ -28,7 +28,7 @@ std::vector<pass> target::get_passes(migraph::context& gctx) const
simplify_reshapes{}, simplify_reshapes{},
dead_code_elimination{}, dead_code_elimination{},
lowering{ctx}, lowering{ctx},
// fuse_ops{}, fuse_ops{},
dead_code_elimination{}, dead_code_elimination{},
eliminate_workspace{}, eliminate_workspace{},
eliminate_contiguous{}, eliminate_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