You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/03/15 15:39:46 UTC

[tvm] branch main updated: fix build break for android_rpc (#7664)

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

tqchen 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 d373d25  fix build break for android_rpc (#7664)
d373d25 is described below

commit d373d25aa29038e6d7535fb620d5303a117010cb
Author: eric <eu...@samsung.com>
AuthorDate: Tue Mar 16 00:39:33 2021 +0900

    fix build break for android_rpc (#7664)
---
 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 2005568..fb59930 100644
--- a/apps/android_rpc/app/src/main/jni/tvm_runtime.h
+++ b/apps/android_rpc/app/src/main/jni/tvm_runtime.h
@@ -47,6 +47,7 @@
 #include "../src/runtime/module.cc"
 #include "../src/runtime/ndarray.cc"
 #include "../src/runtime/object.cc"
+#include "../src/runtime/profiling.cc"
 #include "../src/runtime/registry.cc"
 #include "../src/runtime/rpc/rpc_channel.cc"
 #include "../src/runtime/rpc/rpc_endpoint.cc"