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
4402c0b5
"mmdet3d/datasets/vscode:/vscode.git/clone" did not exist on "90f7a7d9e5d785333f412601e12097563d2260fc"
Commit
4402c0b5
authored
Aug 17, 2018
by
Paul
Browse files
Formattting
parent
8d27bb02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/targets/gpu/lowering.cpp
src/targets/gpu/lowering.cpp
+7
-7
No files found.
src/targets/gpu/lowering.cpp
View file @
4402c0b5
...
...
@@ -427,13 +427,13 @@ struct miopen_apply
std
::
back_inserter
(
reshapes
),
[
&
](
auto
i
)
{
return
prog
->
insert_instruction
(
ins
,
reshape_op
,
i
);
});
return
prog
->
replace_instruction
(
ins
,
miopen_batch_norm_inference
{
op
},
ins
->
arguments
.
at
(
0
),
reshapes
[
0
],
reshapes
[
1
],
reshapes
[
2
],
reshapes
[
3
],
output
);
miopen_batch_norm_inference
{
op
},
ins
->
arguments
.
at
(
0
),
reshapes
[
0
],
reshapes
[
1
],
reshapes
[
2
],
reshapes
[
3
],
output
);
}
};
...
...
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