Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
977dbc22
"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "1e34e1ad87b451d72a4d979429cc255d8a3cf4bd"
Commit
977dbc22
authored
Mar 29, 2023
by
Khalique Ahmed
Browse files
formatting
parent
7ed60279
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/layout_nhwc.cpp
src/layout_nhwc.cpp
+2
-1
No files found.
src/layout_nhwc.cpp
View file @
977dbc22
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment