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
ad21f52f
Commit
ad21f52f
authored
Aug 13, 2018
by
Paul
Browse files
Formatting
parent
5c74135c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
src/targets/gpu/lowering.cpp
src/targets/gpu/lowering.cpp
+2
-6
No files found.
src/targets/gpu/lowering.cpp
View file @
ad21f52f
...
@@ -350,11 +350,7 @@ struct miopen_apply
...
@@ -350,11 +350,7 @@ struct miopen_apply
conv
.
compile
(
ctx
,
ins
->
result
,
ins
->
arguments
);
conv
.
compile
(
ctx
,
ins
->
result
,
ins
->
arguments
);
auto
output
=
insert_allocation
(
ins
,
ins
->
result
);
auto
output
=
insert_allocation
(
ins
,
ins
->
result
);
prog
->
replace_instruction
(
ins
,
prog
->
replace_instruction
(
ins
,
conv
,
ins
->
arguments
.
at
(
0
),
ins
->
arguments
.
at
(
1
),
output
);
conv
,
ins
->
arguments
.
at
(
0
),
ins
->
arguments
.
at
(
1
),
output
);
}
}
void
apply_pooling
(
instruction_ref
ins
)
void
apply_pooling
(
instruction_ref
ins
)
...
...
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