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
cb01e280
Commit
cb01e280
authored
Sep 09, 2022
by
umangyadav
Browse files
formatting
parent
02faf773
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/targets/gpu/deconvolution.cpp
src/targets/gpu/deconvolution.cpp
+2
-2
No files found.
src/targets/gpu/deconvolution.cpp
View file @
cb01e280
...
...
@@ -135,8 +135,8 @@ shape miopen_deconvolution::find(context& ctx, const shape& output_shape, std::v
if
(
status
!=
miopenStatusSuccess
or
solution_count
!=
1
)
MIGRAPHX_THROW
(
"MIOpen Deconvolution: get solution failed"
);
solution_id
=
deconv_solution
.
solution_id
;
algo
=
deconv_solution
.
algorithm
;
solution_id
=
deconv_solution
.
solution_id
;
algo
=
deconv_solution
.
algorithm
;
return
shape
{
shape
::
int8_type
,
{
deconv_solution
.
workspace_size
}};
}
...
...
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