"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "1e34e1ad87b451d72a4d979429cc255d8a3cf4bd"
Commit 977dbc22 authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent 7ed60279
......@@ -124,7 +124,8 @@ void transform_convolutions(module& m, bool skip_elim_contiguous)
void layout_nhwc::apply(module_pass_manager& mpm) const
{
// std::unordered_set<instruction_ref> output_layouts = preserve_output_layout(mpm.get_module());
// std::unordered_set<instruction_ref> output_layouts =
// preserve_output_layout(mpm.get_module());
transform_convolutions(mpm.get_module(), this->skip_elim_contiguous);
mpm.run_pass(dead_code_elimination{});
if(not this->skip_elim_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