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
4ac64fc4
Commit
4ac64fc4
authored
Mar 27, 2019
by
Yao Wang
Committed by
Tianqi Chen
Mar 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn on USE_SORT by default (#2916)
parent
8f0bc75f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
8 deletions
+1
-8
cmake/config.cmake
+1
-1
tutorials/frontend/deploy_ssd_gluoncv.py
+0
-7
No files found.
cmake/config.cmake
View file @
4ac64fc4
...
...
@@ -127,7 +127,7 @@ set(USE_MPS OFF)
set
(
USE_ROCBLAS OFF
)
# Whether use contrib sort
set
(
USE_SORT O
FF
)
set
(
USE_SORT O
N
)
# Build ANTLR parser for Relay text format
set
(
USE_ANTLR OFF
)
tutorials/frontend/deploy_ssd_gluoncv.py
View file @
4ac64fc4
...
...
@@ -18,13 +18,6 @@ from gluoncv import model_zoo, data, utils
######################################################################
# Preliminary and Set parameters
# ------------------------------
# We should build TVM with sort support, in TVM root directory
#
# .. code-block:: bash
#
# echo "set(USE_SORT ON)" > config.mk
# make -j8
#
# .. note::
#
# Currently we support compiling SSD on CPU only.
...
...
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