Skip to content

Commit 4ac64fc

Browse files
kevinthesuntqchen
authored andcommitted
Turn on USE_SORT by default (#2916)
1 parent 8f0bc75 commit 4ac64fc

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

cmake/config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ set(USE_MPS OFF)
127127
set(USE_ROCBLAS OFF)
128128

129129
# Whether use contrib sort
130-
set(USE_SORT OFF)
130+
set(USE_SORT ON)
131131

132132
# Build ANTLR parser for Relay text format
133133
set(USE_ANTLR OFF)

tutorials/frontend/deploy_ssd_gluoncv.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
######################################################################
1919
# Preliminary and Set parameters
2020
# ------------------------------
21-
# We should build TVM with sort support, in TVM root directory
22-
#
23-
# .. code-block:: bash
24-
#
25-
# echo "set(USE_SORT ON)" > config.mk
26-
# make -j8
27-
#
2821
# .. note::
2922
#
3023
# Currently we support compiling SSD on CPU only.

0 commit comments

Comments
 (0)