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
a14a4e64
Unverified
Commit
a14a4e64
authored
Oct 13, 2021
by
Paul Fultz II
Committed by
GitHub
Oct 13, 2021
Browse files
Bump version for ABI change (#970)
parent
bb827865
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
src/api/CMakeLists.txt
src/api/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
a14a4e64
...
...
@@ -36,7 +36,7 @@ find_package(nlohmann_json 3.8.0 REQUIRED)
include
(
ROCMSetupVersion
)
rocm_setup_version
(
VERSION
1.3
)
rocm_setup_version
(
VERSION
2.0
)
set
(
MIGRAPHX_SO_VERSION
${
PROJECT_VERSION_MAJOR
}
.
${
PROJECT_VERSION_MINOR
}
)
option
(
BUILD_SHARED_LIBS
"Build as a shared library"
ON
)
...
...
src/api/CMakeLists.txt
View file @
a14a4e64
...
...
@@ -3,7 +3,7 @@ add_library(migraphx_c
api.cpp
)
set_target_properties
(
migraphx_c PROPERTIES EXPORT_NAME c
)
rocm_set_soversion
(
migraphx_c
2
.0
)
rocm_set_soversion
(
migraphx_c
3
.0
)
rocm_clang_tidy_check
(
migraphx_c
)
target_link_libraries
(
migraphx_c PRIVATE migraphx migraphx_tf migraphx_onnx migraphx_all_targets
)
...
...
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