Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
ff45e8e8
Commit
ff45e8e8
authored
May 02, 2019
by
Shucai Xiao
Browse files
fix cppcheck error
parent
c7ec5fc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/targets/gpu/include/migraphx/gpu/convert.hpp
src/targets/gpu/include/migraphx/gpu/convert.hpp
+1
-1
No files found.
src/targets/gpu/include/migraphx/gpu/convert.hpp
View file @
ff45e8e8
...
...
@@ -16,7 +16,7 @@ struct hip_convert : unary_device<hip_convert, device::convert>
{
op
::
convert
op
;
hip_convert
(
const
op
::
convert
oper
)
:
op
(
std
::
move
(
oper
)
)
{}
hip_convert
(
op
::
convert
oper
)
:
op
(
oper
)
{}
shape
compute_shape
(
std
::
vector
<
shape
>
inputs
)
const
{
...
...
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