Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
6b8d0c0a
Commit
6b8d0c0a
authored
Jul 14, 2018
by
Tianqi Chen
Committed by
GitHub
Jul 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUILD] enhance vta build (#1434)
parent
12cf343a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
CMakeLists.txt
+0
-2
cmake/modules/VTA.cmake
+1
-1
No files found.
CMakeLists.txt
View file @
6b8d0c0a
...
...
@@ -35,8 +35,6 @@ tvm_option(USE_RTTI "Build with RTTI" ON)
tvm_option
(
USE_MSVC_MT
"Build with MT"
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
tvm_option
(
USE_BLAS
"The blas library to be linked"
none
)
tvm_option
(
USE_MKL_PATH
"MKL root path when use MKL blas"
none
)
...
...
cmake/modules/VTA.cmake
View file @
6b8d0c0a
# CMake Build rules for VTA
find_program
(
PYTHON
python
)
find_program
(
PYTHON
NAMES python python3 python3.6
)
if
(
MSVC
)
message
(
STATUS
"VTA build is skipped in Windows.."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment