Skip to content

Commit 76ab780

Browse files
committed
version for master branch release
1 parent ab8e114 commit 76ab780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 7e50085d9e310349152f686275d0ad98cc58b130 CACHE STRING "Tensile tag to download" )
180+
set( tensile_tag v4.7.0 CACHE STRING "Tensile tag to download" )
181181
virtualenv_install("git+https://github.com/ROCmSoftwarePlatform/Tensile.git@${tensile_tag}")
182182
message (STATUS "using GIT Tensile fork=${tensile_fork} from branch=${tensile_tag}")
183183
endif()

0 commit comments

Comments
 (0)