Skip to content

Commit 1c472c8

Browse files
kevinthesunwweic
authored andcommitted
Turn on USE_SORT by default (apache#2916)
1 parent 41c3e81 commit 1c472c8

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

cmake/config.cmake

+1-1
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
# Whether use TensorRT
133133
# /path/to/tensorrt that contains include and lib dirs

tutorials/frontend/deploy_ssd_gluoncv.py

-7
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)