We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0bc75 commit 4ac64fcCopy full SHA for 4ac64fc
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
# Build ANTLR parser for Relay text format
133
set(USE_ANTLR OFF)
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