Skip to content

Commit fd2d456

Browse files
authored
Merge pull request #88 from guacamoleo/develop
Download Tensile from tag v2.2.0 rather than from a branch
2 parents 2a4ff84 + cb1568c commit fd2d456

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

cmake/external-Tensile.cmake

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,12 @@
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-
105
include(ExternalProject)
116
include(FindPythonInterp)
127

138
set( 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

1912
ExternalProject_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
3424
set( Tensile_ROOT ${CMAKE_BINARY_DIR}/extern/Tensile/src/Tensile)
35-
#message( STATUS "Downloaded and installed Tensile" )

0 commit comments

Comments
 (0)