"vscode:/vscode.git/clone" did not exist on "439db121bb7109de4d70ac6173824e0ce83823fa"
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 ...@@ -29,12 +29,12 @@ std::vector<pass> target::get_passes(migraph::context& gctx) const
simplify_reshapes{}, simplify_reshapes{},
dead_code_elimination{}, dead_code_elimination{},
lowering{ctx}, lowering{ctx},
memory_coloring{"hip::allocate"},
fuse_ops{}, fuse_ops{},
dead_code_elimination{}, dead_code_elimination{},
eliminate_contiguous{}, eliminate_contiguous{},
dead_code_elimination{}, dead_code_elimination{},
write_literals{&ctx}, write_literals{&ctx},
memory_coloring{"hip::allocate"},
eliminate_workspace{}, eliminate_workspace{},
eliminate_allocation{"hip::allocate"}, eliminate_allocation{"hip::allocate"},
check_context<context>{}, 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