This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a commit to branch v0.7
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/v0.7 by this push:
new cdb00da [Backport-0.7][Android] missing header for
GraphRuntimeFactory in android_rpc (#7160)
cdb00da is described below
commit cdb00da218ae717b4b641a81e7adec116d819e72
Author: Liangfu Chen <[email protected]>
AuthorDate: Thu Dec 24 16:04:21 2020 +0800
[Backport-0.7][Android] missing header for GraphRuntimeFactory in
android_rpc (#7160)
---
apps/android_rpc/app/src/main/jni/tvm_runtime.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/android_rpc/app/src/main/jni/tvm_runtime.h
b/apps/android_rpc/app/src/main/jni/tvm_runtime.h
index 8a432be..aea61e7 100644
--- a/apps/android_rpc/app/src/main/jni/tvm_runtime.h
+++ b/apps/android_rpc/app/src/main/jni/tvm_runtime.h
@@ -42,6 +42,7 @@
#include "../src/runtime/dso_library.cc"
#include "../src/runtime/file_util.cc"
#include "../src/runtime/graph/graph_runtime.cc"
+#include "../src/runtime/graph/graph_runtime_factory.cc"
#include "../src/runtime/library_module.cc"
#include "../src/runtime/module.cc"
#include "../src/runtime/ndarray.cc"