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
62b31973
Commit
62b31973
authored
Nov 05, 2018
by
Khalique
Browse files
remove unecessary variable
parent
e571d0a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/targets/gpu/lowering.cpp
src/targets/gpu/lowering.cpp
+0
-1
No files found.
src/targets/gpu/lowering.cpp
View file @
62b31973
...
@@ -133,7 +133,6 @@ struct miopen_apply
...
@@ -133,7 +133,6 @@ struct miopen_apply
instruction_ref
apply_relu
(
instruction_ref
ins
)
instruction_ref
apply_relu
(
instruction_ref
ins
)
{
{
auto
&&
op
=
any_cast
<
op
::
relu
>
(
ins
->
get_operator
());
auto
ad
=
make_relu
();
auto
ad
=
make_relu
();
auto
output
=
insert_allocation
(
ins
,
ins
->
get_shape
());
auto
output
=
insert_allocation
(
ins
,
ins
->
get_shape
());
...
...
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