Skip to content

Commit

Permalink
version for master branch release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcamd committed Mar 5, 2018
1 parent a8fe43a commit 680a9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ include( ROCMInstallTargets )
include( ROCMPackageConfigHelpers )
include( ROCMInstallSymlinks )

rocm_setup_version( VERSION 0.11.4.0 NO_GIT_TAG_VERSION )
rocm_setup_version( VERSION 0.12.0.0 NO_GIT_TAG_VERSION )

# Append our library helper cmake path and the cmake path for hip (for convenience)
# Users may override HIP path by specifying their own in CMAKE_MODULE_PATH
Expand All @@ -139,7 +139,7 @@ if( BUILD_WITH_TENSILE )
option( Tensile_SHORT_FILENAMES "Tensile to use short file names? Use if compiler complains they're too long." OFF )
option( Tensile_PRINT_DEBUG "Tensile to print runtime debug info?" OFF )

set( tensile_tag "develop" CACHE STRING "Tensile tag to download" )
set( tensile_tag "v3.6.0" CACHE STRING "Tensile tag to download" )
virtualenv_install("git+https://github.com/ROCmSoftwarePlatform/Tensile.git@${tensile_tag}")
list(APPEND CMAKE_PREFIX_PATH ${VIRTUALENV_HOME_DIR})

Expand Down

0 comments on commit 680a9c2

Please sign in to comment.