Commit 4ac64fc4 by Yao Wang Committed by Tianqi Chen

Turn on USE_SORT by default (#2916)

parent 8f0bc75f
...@@ -127,7 +127,7 @@ set(USE_MPS OFF) ...@@ -127,7 +127,7 @@ set(USE_MPS OFF)
set(USE_ROCBLAS OFF) set(USE_ROCBLAS OFF)
# Whether use contrib sort # Whether use contrib sort
set(USE_SORT OFF) set(USE_SORT ON)
# Build ANTLR parser for Relay text format # Build ANTLR parser for Relay text format
set(USE_ANTLR OFF) set(USE_ANTLR OFF)
...@@ -18,13 +18,6 @@ from gluoncv import model_zoo, data, utils ...@@ -18,13 +18,6 @@ from gluoncv import model_zoo, data, utils
###################################################################### ######################################################################
# Preliminary and Set parameters # 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:: # .. note::
# #
# Currently we support compiling SSD on CPU only. # Currently we support compiling SSD on CPU only.
......
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