Skip to content

Commit

Permalink
Raise MIGX VRM to 2.12.0 (#3651)
Browse files Browse the repository at this point in the history
  • Loading branch information
causten authored Nov 22, 2024
1 parent d688810 commit aeb2047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ include(ROCMSetupVersion)

option(BUILD_DEV "Build for development purpose only" OFF)

rocm_setup_version(VERSION 2.11.0)
rocm_setup_version(VERSION 2.12.0)
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)

Expand Down

0 comments on commit aeb2047

Please sign in to comment.