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
a3ca1a4d
Unverified
Commit
a3ca1a4d
authored
Oct 31, 2019
by
Tianqi Chen
Committed by
GitHub
Oct 31, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUILD] Disable utvm standalone runtime by default (#4240)
parent
ebfcd28c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
Jenkinsfile
+3
-0
cmake/config.cmake
+1
-1
No files found.
Jenkinsfile
View file @
a3ca1a4d
...
...
@@ -145,6 +145,7 @@ stage('Build') {
echo set\\(USE_CUDA ON\\) >> config.cmake
echo set\\(USE_OPENGL ON\\) >> config.cmake
echo set\\(USE_MICRO ON\\) >> config.cmake
echo set\\(USE_MICRO_STANDALONE_RUNTIME ON\\) >> config.cmake
echo set\\(USE_LLVM llvm-config-9\\) >> config.cmake
echo set\\(USE_NNPACK ON\\) >> config.cmake
echo set\\(NNPACK_PATH /NNPACK/build/\\) >> config.cmake
...
...
@@ -189,6 +190,7 @@ stage('Build') {
cp ../cmake/config.cmake .
echo set\\(USE_SORT ON\\) >> config.cmake
echo set\\(USE_MICRO ON\\) >> config.cmake
echo set\\(USE_MICRO_STANDALONE_RUNTIME ON\\) >> config.cmake
echo set\\(USE_GRAPH_RUNTIME_DEBUG ON\\) >> config.cmake
echo set\\(USE_VM_PROFILER ON\\) >> config.cmake
echo set\\(USE_LLVM llvm-config-8\\) >> config.cmake
...
...
@@ -221,6 +223,7 @@ stage('Build') {
echo set\\(USE_SORT ON\\) >> config.cmake
echo set\\(USE_RPC ON\\) >> config.cmake
echo set\\(USE_GRAPH_RUNTIME_DEBUG ON\\) >> config.cmake
echo set\\(USE_MICRO_STANDALONE_RUNTIME ON\\) >> config.cmake
echo set\\(USE_VM_PROFILER ON\\) >> config.cmake
echo set\\(USE_LLVM llvm-config-4.0\\) >> config.cmake
echo set\\(CMAKE_CXX_COMPILER g++\\) >> config.cmake
...
...
cmake/config.cmake
View file @
a3ca1a4d
...
...
@@ -92,7 +92,7 @@ set(USE_GRAPH_RUNTIME_DEBUG OFF)
set
(
USE_VM_PROFILER OFF
)
# Whether enable uTVM standalone runtime
set
(
USE_MICRO_STANDALONE_RUNTIME O
N
)
set
(
USE_MICRO_STANDALONE_RUNTIME O
FF
)
# Whether build with LLVM support
# Requires LLVM version >= 4.0
...
...
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