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
f77aa144
Commit
f77aa144
authored
Oct 31, 2022
by
umangyadav
Browse files
fix tidy
parent
345ff08e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/targets/gpu/include/migraphx/gpu/miopen.hpp
src/targets/gpu/include/migraphx/gpu/miopen.hpp
+3
-1
No files found.
src/targets/gpu/include/migraphx/gpu/miopen.hpp
View file @
f77aa144
...
@@ -101,7 +101,9 @@ inline void set_tensor_descriptor(miopenTensorArgumentId_t name,
...
@@ -101,7 +101,9 @@ inline void set_tensor_descriptor(miopenTensorArgumentId_t name,
inline
std
::
string
get_miopen_version
()
inline
std
::
string
get_miopen_version
()
{
{
size_t
major
=
0
,
minor
=
0
,
patch
=
0
;
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
)
if
(
status
!=
miopenStatusSuccess
)
{
{
...
...
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