Commit 0418f719 authored by Paul's avatar Paul
Browse files

Fix allocation error

parent 5d9bb084
...@@ -30,11 +30,11 @@ std::vector<pass> target::get_passes(migraph::context& gctx) const ...@@ -30,11 +30,11 @@ std::vector<pass> target::get_passes(migraph::context& gctx) const
lowering{ctx}, lowering{ctx},
fuse_ops{}, fuse_ops{},
dead_code_elimination{}, dead_code_elimination{},
eliminate_workspace{},
eliminate_contiguous{}, eliminate_contiguous{},
dead_code_elimination{}, dead_code_elimination{},
write_literals{&ctx}, write_literals{&ctx},
eliminate_allocation{""}, eliminate_workspace{},
eliminate_allocation{"hip::allocate"},
check_context<context>{}, check_context<context>{},
dead_code_elimination{} dead_code_elimination{}
}; };
......
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