Commit 6b8d0c0a by Tianqi Chen Committed by GitHub

[BUILD] enhance vta build (#1434)

parent 12cf343a
...@@ -35,8 +35,6 @@ tvm_option(USE_RTTI "Build with RTTI" ON) ...@@ -35,8 +35,6 @@ tvm_option(USE_RTTI "Build with RTTI" ON)
tvm_option(USE_MSVC_MT "Build with MT" OFF) tvm_option(USE_MSVC_MT "Build with MT" OFF)
tvm_option(INSTALL_DEV "Install compiler infrastructure" OFF) tvm_option(INSTALL_DEV "Install compiler infrastructure" OFF)
tvm_option(USE_VTA_CFG "Use a specific json file for VTA runtime" "")
# Contrib library options # Contrib library options
tvm_option(USE_BLAS "The blas library to be linked" none) tvm_option(USE_BLAS "The blas library to be linked" none)
tvm_option(USE_MKL_PATH "MKL root path when use MKL blas" none) tvm_option(USE_MKL_PATH "MKL root path when use MKL blas" none)
......
# CMake Build rules for VTA # CMake Build rules for VTA
find_program(PYTHON python) find_program(PYTHON NAMES python python3 python3.6)
if(MSVC) if(MSVC)
message(STATUS "VTA build is skipped in Windows..") message(STATUS "VTA build is skipped in Windows..")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment