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
0cc5b80e
Commit
0cc5b80e
authored
Feb 04, 2019
by
Shucai Xiao
Browse files
clang format.
parent
1b4ebf8e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
src/targets/cpu/target.cpp
src/targets/cpu/target.cpp
+5
-7
No files found.
src/targets/cpu/target.cpp
View file @
0cc5b80e
...
@@ -13,13 +13,11 @@ std::string target::name() const { return "cpu"; }
...
@@ -13,13 +13,11 @@ std::string target::name() const { return "cpu"; }
std
::
vector
<
pass
>
target
::
get_passes
(
migraphx
::
context
&
)
const
std
::
vector
<
pass
>
target
::
get_passes
(
migraphx
::
context
&
)
const
{
{
return
{
return
{
auto_contiguous
{},
auto_contiguous
{},
rewrite_rnn
{},
rewrite_rnn
{},
dead_code_elimination
{},
dead_code_elimination
{},
lowering
{},
lowering
{},
dead_code_elimination
{}
dead_code_elimination
{}};
};
}
}
}
// namespace cpu
}
// namespace cpu
...
...
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