We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8e114 commit 76ab780Copy full SHA for 76ab780
CMakeLists.txt
@@ -177,7 +177,7 @@ if( BUILD_WITH_TENSILE )
177
else()
178
# Use the virtual-env setup and download package from specified repot:
179
set( tensile_fork "ROCmSoftwarePlatform" CACHE STRING "Tensile fork to use" )
180
- set( tensile_tag 7e50085d9e310349152f686275d0ad98cc58b130 CACHE STRING "Tensile tag to download" )
+ set( tensile_tag v4.7.0 CACHE STRING "Tensile tag to download" )
181
virtualenv_install("git+https://github.com/ROCmSoftwarePlatform/Tensile.git@${tensile_tag}")
182
message (STATUS "using GIT Tensile fork=${tensile_fork} from branch=${tensile_tag}")
183
endif()
0 commit comments