File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ include( ROCMInstallTargets )
128128include ( ROCMPackageConfigHelpers )
129129include ( ROCMInstallSymlinks )
130130
131- set ( VERSION_STRING "2.2.1 ." )
131+ set ( VERSION_STRING "2.2.0 ." )
132132# Check if BUILD_NUMBER is defined in a Jenkins envirnment
133133if ($ENV{BUILD_NUMBER} )
134134 string (CONCAT BUILD_VERSION ${VERSION_STRING} $ENV{BUILD_NUMBER} )
@@ -177,7 +177,7 @@ if( BUILD_WITH_TENSILE )
177177 else ()
178178 # Use the virtual-env setup and download package from specified repot:
179179 set ( tensile_fork "ROCmSoftwarePlatform" CACHE STRING "Tensile fork to use" )
180- set ( tensile_tag "develop" CACHE STRING "Tensile tag to download" )
180+ set ( tensile_tag v4.9.0 CACHE STRING "Tensile tag to download" )
181181 virtualenv_install("git+https://github.com/${tensile_fork} /Tensile.git@${tensile_tag} " )
182182 message (STATUS "using GIT Tensile fork=${tensile_fork} from branch=${tensile_tag} " )
183183 endif ()
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_ROCBLAS_VERSION=" 2.1.1 "
9- NEW_ROCBLAS_VERSION=" 2.2.1 "
8+ OLD_ROCBLAS_VERSION=" 2.2.0 "
9+ NEW_ROCBLAS_VERSION=" 2.3.0 "
1010
11- OLD_TENSILE_VERSION=" tensile_tag d81a997e7cace7da2edfb8c5d40a9b6b2387bdf9 "
11+ OLD_TENSILE_VERSION=" tensile_tag v4.9.0 "
1212NEW_TENSILE_VERSION=" tensile_tag \" develop\" "
1313
1414sed -i " s/${OLD_ROCBLAS_VERSION} /${NEW_ROCBLAS_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_ROCBLAS_VERSION=" 2.1.0 "
10- NEW_ROCBLAS_VERSION=" 2.1.1 "
9+ OLD_ROCBLAS_VERSION=" 2.2.1 "
10+ NEW_ROCBLAS_VERSION=" 2.2.0 "
1111
1212OLD_TENSILE_VERSION=" tensile_tag \" develop\" "
13- NEW_TENSILE_VERSION=" tensile_tag d81a997e7cace7da2edfb8c5d40a9b6b2387bdf9 "
13+ NEW_TENSILE_VERSION=" tensile_tag v4.9.0 "
1414
1515OLD_MINIMUM_REQUIRED_VERSION=" MinimumRequiredVersion: 4.6.0"
1616NEW_MINIMUM_REQUIRED_VERSION=" MinimumRequiredVersion: 4.7.1"
You can’t perform that action at this time.
0 commit comments