Skip to content

Commit

Permalink
Create a version for the tvm library
Browse files Browse the repository at this point in the history
current version is 0.5.1, where 0.5 is the tvm version and 1 is
the MS patch version number
  • Loading branch information
yangchen-MS committed Sep 16, 2019
1 parent 2ad9c02 commit 11886d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ include(cmake/modules/contrib/NNPack.cmake)
include(cmake/modules/contrib/HybridDump.cmake)

add_library(tvm SHARED ${COMPILER_SRCS} ${RUNTIME_SRCS})
# Create the lib version where 0.5 is the current TVM version and 1 is the MS patch version
set_target_properties(tvm PROPERTIES VERSION 0.5.1)
add_library(tvm_topi SHARED ${TOPI_SRCS})
add_library(tvm_runtime SHARED ${RUNTIME_SRCS})
if(NOT USE_SGX STREQUAL "OFF")
Expand Down

0 comments on commit 11886d7

Please sign in to comment.