"vscode:/vscode.git/clone" did not exist on "9b8739f78fca6031cefb40f58beb2bc1d61edf32"
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
simplify_reshapes{},
dead_code_elimination{},
lowering{ctx},
// fuse_ops{},
fuse_ops{},
dead_code_elimination{},
eliminate_workspace{},
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