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
6dc96db7
Unverified
Commit
6dc96db7
authored
Nov 09, 2023
by
Artur Wojcik
Committed by
GitHub
Nov 09, 2023
Browse files
fix get_version() (#2424)
parent
05211952
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/driver/main.cpp
src/driver/main.cpp
+1
-1
No files found.
src/driver/main.cpp
View file @
6dc96db7
...
...
@@ -63,7 +63,7 @@ inline std::string get_version()
{
return
"MIGraphX Version: "
+
std
::
to_string
(
MIGRAPHX_VERSION_MAJOR
)
+
"."
+
std
::
to_string
(
MIGRAPHX_VERSION_MINOR
)
+
"."
+
std
::
to_string
(
MIGRAPHX_VERSION_PATCH
)
+
"."
+
MIGRAPHX_STRINGIZE
(
MIGRAPHX_VERSION_TWEAK
)
;
"."
MIGRAPHX_VERSION_TWEAK
;
}
struct
loader
...
...
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