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
6909fcc1
Commit
6909fcc1
authored
Aug 30, 2022
by
umangyadav
Browse files
formatting
parent
fea5c55d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/targets/gpu/convolution.cpp
src/targets/gpu/convolution.cpp
+2
-3
No files found.
src/targets/gpu/convolution.cpp
View file @
6909fcc1
...
@@ -144,7 +144,6 @@ shape miopen_convolution::find(context& ctx, const shape& output_shape, std::vec
...
@@ -144,7 +144,6 @@ shape miopen_convolution::find(context& ctx, const shape& output_shape, std::vec
if
(
status
!=
miopenStatusSuccess
)
if
(
status
!=
miopenStatusSuccess
)
MIGRAPHX_THROW
(
"MIOpen Convolution: get solution failed"
);
MIGRAPHX_THROW
(
"MIOpen Convolution: get solution failed"
);
const
auto
&
best_solution
=
solutions
.
front
();
const
auto
&
best_solution
=
solutions
.
front
();
solution_id
=
best_solution
.
solution_id
;
solution_id
=
best_solution
.
solution_id
;
algo
=
best_solution
.
algorithm
;
algo
=
best_solution
.
algorithm
;
...
...
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