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
2d2b7873
Commit
2d2b7873
authored
Jul 25, 2018
by
Paul
Browse files
Formatting
parent
20a9746c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
test/miopen/miopen.cpp
test/miopen/miopen.cpp
+1
-2
No files found.
test/miopen/miopen.cpp
View file @
2d2b7873
...
...
@@ -35,8 +35,7 @@ migraph::argument run_gpu()
e
.
second
=
migraph
::
gpu
::
to_gpu
(
e
.
second
);
}
m
[
"output"
]
=
migraph
::
gpu
::
to_gpu
(
migraph
::
generate_argument
(
p
.
get_parameter_shape
(
"output"
)));
m
[
"output"
]
=
migraph
::
gpu
::
to_gpu
(
migraph
::
generate_argument
(
p
.
get_parameter_shape
(
"output"
)));
return
migraph
::
gpu
::
from_gpu
(
p
.
eval
(
m
));
}
...
...
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