We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c3e81 commit 1c472c8Copy full SHA for 1c472c8
cmake/config.cmake
@@ -127,7 +127,7 @@ set(USE_MPS OFF)
127
set(USE_ROCBLAS OFF)
128
129
# Whether use contrib sort
130
-set(USE_SORT OFF)
+set(USE_SORT ON)
131
132
# Whether use TensorRT
133
# /path/to/tensorrt that contains include and lib dirs
tutorials/frontend/deploy_ssd_gluoncv.py
@@ -18,13 +18,6 @@
18
######################################################################
19
# Preliminary and Set parameters
20
# ------------------------------
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
28
# .. note::
29
#
30
# Currently we support compiling SSD on CPU only.
0 commit comments