Skip to content

Commit

Permalink
Merge pull request apache#5 from microsoft/yanchen/lib-version
Browse files Browse the repository at this point in the history
Create a version for the tvm library
  • Loading branch information
yangchen-MS committed Sep 16, 2019
2 parents 2ad9c02 + 11886d7 commit 638d7d2
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 638d7d2

Please sign in to comment.