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
f792097f
Commit
f792097f
authored
Jan 23, 2019
by
Shucai Xiao
Browse files
clang format
parent
d4594903
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
16 deletions
+13
-16
src/include/migraphx/rewrite_gru.hpp
src/include/migraphx/rewrite_gru.hpp
+10
-10
src/rewrite_gru.cpp
src/rewrite_gru.cpp
+2
-2
src/targets/cpu/target.cpp
src/targets/cpu/target.cpp
+1
-4
No files found.
src/include/migraphx/rewrite_gru.hpp
View file @
f792097f
src/rewrite_gru.cpp
View file @
f792097f
src/targets/cpu/target.cpp
View file @
f792097f
...
@@ -13,10 +13,7 @@ std::string target::name() const { return "cpu"; }
...
@@ -13,10 +13,7 @@ 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_gru
{},
lowering
{}};
rewrite_rnn
{},
rewrite_gru
{},
lowering
{}};
}
}
}
// 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