This is an automated email from the ASF dual-hosted git repository.

masahi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 76ccd8e  sort.cc added to runtime for nms compatability (#7942)
76ccd8e is described below

commit 76ccd8e9fc18af11a74b719d72d855273abcba9a
Author: Alexander <[email protected]>
AuthorDate: Fri May 14 22:28:25 2021 +0300

    sort.cc added to runtime for nms compatability (#7942)
    
    * sort.cc added to runtime for nms compatability
    
    * remove include
    
    * fix clang lint
    
    * sort includes in alphabet order
    
    Co-authored-by: Alexander Serov <[email protected]>
---
 web/emcc/wasm_runtime.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/emcc/wasm_runtime.cc b/web/emcc/wasm_runtime.cc
index bcad656..4815520 100644
--- a/web/emcc/wasm_runtime.cc
+++ b/web/emcc/wasm_runtime.cc
@@ -32,6 +32,7 @@
 #include <tvm/runtime/logging.h>
 
 #include "src/runtime/c_runtime_api.cc"
+#include "src/runtime/contrib/sort/sort.cc"
 #include "src/runtime/cpu_device_api.cc"
 #include "src/runtime/file_utils.cc"
 #include "src/runtime/graph_executor/graph_executor.cc"

Reply via email to