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
ffb96ae4
Commit
ffb96ae4
authored
Jul 16, 2018
by
Paul
Browse files
Formatting
parent
995261d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/targets/miopen/miopen_lowering.cpp
src/targets/miopen/miopen_lowering.cpp
+1
-5
No files found.
src/targets/miopen/miopen_lowering.cpp
View file @
ffb96ae4
...
...
@@ -8,7 +8,6 @@
#include <migraph/dfor.hpp>
#include <migraph/iterator_for.hpp>
namespace
migraph
{
namespace
miopen
{
...
...
@@ -301,10 +300,7 @@ struct miopen_apply
}
};
void
miopen_lowering
::
apply
(
program
&
p
)
const
{
miopen_apply
{
&
p
}.
apply
();
}
void
miopen_lowering
::
apply
(
program
&
p
)
const
{
miopen_apply
{
&
p
}.
apply
();
}
}
// namespace miopen
...
...
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