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
39c97588
"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "0a9d6a09e1344765d2221670cd01b258a06346ef"
Commit
39c97588
authored
Apr 11, 2019
by
Shucai Xiao
Browse files
fix a bug in the implementation
parent
b4f6eafa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/targets/gpu/fp_conversion.cpp
src/targets/gpu/fp_conversion.cpp
+1
-0
No files found.
src/targets/gpu/fp_conversion.cpp
View file @
39c97588
...
@@ -9,6 +9,7 @@ namespace gpu {
...
@@ -9,6 +9,7 @@ namespace gpu {
shape
hip_fp_conversion
::
compute_shape
(
std
::
vector
<
shape
>
inputs
)
const
shape
hip_fp_conversion
::
compute_shape
(
std
::
vector
<
shape
>
inputs
)
const
{
{
inputs
.
pop_back
();
inputs
.
pop_back
();
check_shapes
{
inputs
}.
not_broadcasted
().
not_transposed
();
return
op
.
compute_shape
(
inputs
);
return
op
.
compute_shape
(
inputs
);
}
}
...
...
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