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
9e95b233
Commit
9e95b233
authored
Nov 05, 2022
by
umangyadav
Browse files
formatting
parent
80e61fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
src/targets/gpu/include/migraphx/gpu/convolution.hpp
src/targets/gpu/include/migraphx/gpu/convolution.hpp
+7
-5
No files found.
src/targets/gpu/include/migraphx/gpu/convolution.hpp
View file @
9e95b233
...
...
@@ -287,14 +287,16 @@ struct miopen_convolution
solution_ptr
=
miopen_solution
{
ptr
};
if
(
status
!=
miopenStatusSuccess
)
MIGRAPHX_THROW
(
"MIOpen "
+
op
.
name
()
+
": loading convolution solution failed"
);
if
(
enabled
(
MIGRAPHX_ENABLE_TUNING_WARNINGS
{}))
{
if
(
enabled
(
MIGRAPHX_ENABLE_TUNING_WARNINGS
{}))
{
if
(
status
==
miopenStatusVersionMismatch
)
{
std
::
clog
<<
"MIOpen convolution was compiled with different MIOpen version. "
"But this machine has MIOpen version: "
<<
get_miopen_version
()
<<
", Performance may suffer.\
std
::
clog
<<
"MIOpen convolution was compiled with different MIOpen version. "
"But this machine has MIOpen version: "
<<
get_miopen_version
()
<<
", Performance may suffer.\
Consider re-compiling the model with environment variable MIOPEN_FIND_ENFORCE=3 to re-tune the model."
<<
std
::
endl
;
<<
std
::
endl
;
}
auto
v
=
ctx
.
to_value
();
...
...
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