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/06/14 17:14:13 UTC

[tvm] branch main updated: Fix build break in android_rpc (#8252)

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 1c251f5  Fix build break in android_rpc (#8252)
1c251f5 is described below

commit 1c251f50ee616507bdfd8866408e7acf9888cc3f
Author: Euntaik <eu...@samsung.com>
AuthorDate: Tue Jun 15 02:13:40 2021 +0900

    Fix build break in android_rpc (#8252)
---
 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 c0bd707..1331e1a 100644
--- a/apps/android_rpc/app/src/main/jni/tvm_runtime.h
+++ b/apps/android_rpc/app/src/main/jni/tvm_runtime.h
@@ -62,6 +62,7 @@
 #ifdef TVM_OPENCL_RUNTIME
 #include "../src/runtime/opencl/opencl_device_api.cc"
 #include "../src/runtime/opencl/opencl_module.cc"
+#include "../src/runtime/opencl/texture_pool.cc"
 #include "../src/runtime/source_utils.cc"
 #endif