File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ include( ROCMInstallTargets )
4242include ( ROCMPackageConfigHelpers )
4343include ( ROCMInstallSymlinks )
4444
45- rocm_setup_version( VERSION 0.13.1 .0 NO_GIT_TAG_VERSION )
45+ rocm_setup_version( VERSION 0.12.2 .0 NO_GIT_TAG_VERSION )
4646
4747# Append our library helper cmake path and the cmake path for hip (for convenience)
4848# Users may override HIP path by specifying their own in CMAKE_MODULE_PATH
Original file line number Diff line number Diff line change 55# - run this script in master branch
66# - after running this script merge master into develop
77
8- OLD_HIPBLAS_VERSION=" 12.1 .0"
9- NEW_HIPBLAS_VERSION=" 13.1 .0"
8+ OLD_HIPBLAS_VERSION=" 12.2 .0"
9+ NEW_HIPBLAS_VERSION=" 13.2 .0"
1010
1111sed -i " s/${OLD_HIPBLAS_VERSION} /${NEW_HIPBLAS_VERSION} /g" CMakeLists.txt
Original file line number Diff line number Diff line change 66# - after running this script and merging develop into master, run bump_develop_version.sh in master and
77# merge master into develop
88
9- OLD_HIPBLAS_VERSION=" 13.0 .0"
10- NEW_HIPBLAS_VERSION=" 12.1 .0"
9+ OLD_HIPBLAS_VERSION=" 13.1 .0"
10+ NEW_HIPBLAS_VERSION=" 12.2 .0"
1111
1212sed -i " s/${OLD_HIPBLAS_VERSION} /${NEW_HIPBLAS_VERSION} /g" CMakeLists.txt
You can’t perform that action at this time.
0 commit comments