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
cbee4b75
Unverified
Commit
cbee4b75
authored
Oct 27, 2023
by
Umang Yadav
Committed by
GitHub
Oct 27, 2023
Browse files
bump version (#2375)
parent
830cde6c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
cbee4b75
...
@@ -75,7 +75,7 @@ include(ROCMSetupVersion)
...
@@ -75,7 +75,7 @@ include(ROCMSetupVersion)
option
(
BUILD_DEV
"Build for development purpose only"
OFF
)
option
(
BUILD_DEV
"Build for development purpose only"
OFF
)
rocm_setup_version
(
VERSION 2.
8
.0
)
rocm_setup_version
(
VERSION 2.
9
.0
)
math
(
EXPR MIGRAPHX_SO_MAJOR_VERSION
"(
${
PROJECT_VERSION_MAJOR
}
* 1000 * 1000) + (
${
PROJECT_VERSION_MINOR
}
* 1000) +
${
PROJECT_VERSION_PATCH
}
"
)
math
(
EXPR MIGRAPHX_SO_MAJOR_VERSION
"(
${
PROJECT_VERSION_MAJOR
}
* 1000 * 1000) + (
${
PROJECT_VERSION_MINOR
}
* 1000) +
${
PROJECT_VERSION_PATCH
}
"
)
set
(
MIGRAPHX_SO_VERSION
${
MIGRAPHX_SO_MAJOR_VERSION
}
.0
)
set
(
MIGRAPHX_SO_VERSION
${
MIGRAPHX_SO_MAJOR_VERSION
}
.0
)
...
...
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