File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 22# Copyright 2016 Advanced Micro Devices, Inc.
33# ########################################################################
44
5- # Downloads and builds Tensile. Defines:
6- # Tensile_INCLUDE_DIRS
7- # TensileLib_LIBRARIES
8- # TensileLogger_LIBRARIES
9-
105include (ExternalProject)
116include (FindPythonInterp)
127
138set ( Tensile_REPO "https://github.com/RadeonOpenCompute/Tensile.git"
14- CACHE STRING "URL to download Tensile from" )
15- set ( Tensile_TAG "develop" CACHE STRING "Tensile branch to download" )
16-
17-
9+ CACHE STRING "Tensile URL to download" )
10+ set ( Tensile_TAG "v2.2.0" CACHE STRING "Tensile tag to download" )
1811
1912ExternalProject_Add(
2013 Tensile
@@ -27,9 +20,5 @@ ExternalProject_Add(
2720 INSTALL_COMMAND ""
2821)
2922
30- #set_property( TARGET Tensile PROPERTY FOLDER "extern")
31- #ExternalProject_Get_Property( Tensile install_dir )
32-
3323# For use by the user of external-Tensile.cmake
3424set ( Tensile_ROOT ${CMAKE_BINARY_DIR} /extern/Tensile/src/Tensile)
35- #message( STATUS "Downloaded and installed Tensile" )
You can’t perform that action at this time.
0 commit comments