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
b76e438a
Commit
b76e438a
authored
Feb 04, 2019
by
Shucai Xiao
Browse files
clang format
parent
10fe3a73
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
src/targets/cpu/target.cpp
src/targets/cpu/target.cpp
+15
-14
No files found.
src/targets/cpu/target.cpp
View file @
b76e438a
...
@@ -9,21 +9,22 @@
...
@@ -9,21 +9,22 @@
#include <migraphx/dead_code_elimination.hpp>
#include <migraphx/dead_code_elimination.hpp>
>>>>>>>
rnn_operator
>>>>>>>
rnn_operator
namespace
migraphx
{
namespace
migraphx
inline
namespace
MIGRAPHX_INLINE_NS
{
{
namespace
cpu
{
inline
namespace
MIGRAPHX_INLINE_NS
{
namespace
cpu
{
std
::
string
target
::
name
()
const
{
return
"cpu"
;
}
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
{
auto_contiguous
{},
return
{
auto_contiguous
{},
rewrite_rnn
{},
rewrite_rnn
{},
dead_code_elimination
{},
dead_code_elimination
{},
lowering
{},
lowering
{},
dead_code_elimination
{}};
dead_code_elimination
{}};
}
}
}
// namespace cpu
}
// namespace cpu
}
// namespace MIGRAPHX_INLINE_NS
}
// namespace MIGRAPHX_INLINE_NS
}
// namespace migraphx
}
// namespace migraphx
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