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
d26ae46c
"driver/conv_driver.cpp" did not exist on "19a93dac051f3b5200fe00151b8fa5994aa890dd"
Commit
d26ae46c
authored
Oct 31, 2022
by
umangyadav
Browse files
formatting
parent
f77aa144
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/miopen.hpp
src/targets/gpu/include/migraphx/gpu/miopen.hpp
+1
-1
No files found.
src/targets/gpu/include/migraphx/gpu/miopen.hpp
View file @
d26ae46c
...
...
@@ -104,7 +104,7 @@ inline std::string get_miopen_version()
size_t
major
=
0
;
size_t
minor
=
0
;
size_t
patch
=
0
;
auto
status
=
miopenGetVersion
(
&
major
,
&
minor
,
&
patch
);
auto
status
=
miopenGetVersion
(
&
major
,
&
minor
,
&
patch
);
if
(
status
!=
miopenStatusSuccess
)
{
MIGRAPHX_THROW
(
"MIOpen failed to retrieve miopen version info"
);
...
...
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