Skip to content

Commit

Permalink
Bump up TVM version to 0.5.2 (apache#12)
Browse files Browse the repository at this point in the history
Co-authored-by: KeDengMS <kedeng@microsoft.com>
  • Loading branch information
ke1337 and KeDengMS authored Sep 22, 2021
1 parent a1241a9 commit 9ec2b92
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 @@ -202,8 +202,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)
# Create the lib version where 0.5 is the current TVM version and 2 is the MS patch version
set_target_properties(tvm PROPERTIES VERSION 0.5.2)
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 9ec2b92

Please sign in to comment.