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
c9a533d4
Commit
c9a533d4
authored
Aug 14, 2023
by
Khalique Ahmed
Browse files
formatting
parent
30c8ff61
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/eliminate_layout.cpp
src/eliminate_layout.cpp
+1
-2
No files found.
src/eliminate_layout.cpp
View file @
c9a533d4
...
...
@@ -139,8 +139,7 @@ void remove_layout(module& m, const std::unordered_set<instruction_ref>& output_
void
eliminate_layout
::
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
());
remove_layout
(
mpm
.
get_module
(),
output_layouts
);
// find_convs(mpm.get_module()));
// remove_layout(mpm.get_module());
...
...
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