Commit 3924f7ee authored by Paul's avatar Paul
Browse files

Move memory coloring after fusion

parent 3d912972
......@@ -29,12 +29,12 @@ std::vector<pass> target::get_passes(migraph::context& gctx) const
simplify_reshapes{},
dead_code_elimination{},
lowering{ctx},
memory_coloring{"hip::allocate"},
fuse_ops{},
dead_code_elimination{},
eliminate_contiguous{},
dead_code_elimination{},
write_literals{&ctx},
memory_coloring{"hip::allocate"},
eliminate_workspace{},
eliminate_allocation{"hip::allocate"},
check_context<context>{},
......
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