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 977b4b2e05 Update tvm_runtime.h (#15185)
977b4b2e05 is described below
commit 977b4b2e05527aa8f1d48131374966e780ea8017
Author: DengZH1214 <[email protected]>
AuthorDate: Sun Jul 2 10:36:45 2023 +0800
Update tvm_runtime.h (#15185)
Co-authored-by: Junru Shao <[email protected]>
---
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 17a20bbaf9..260c8d0cd8 100644
--- a/apps/android_rpc/app/src/main/jni/tvm_runtime.h
+++ b/apps/android_rpc/app/src/main/jni/tvm_runtime.h
@@ -70,6 +70,7 @@
#endif
#ifdef TVM_VULKAN_RUNTIME
+#include "../src/runtime/vulkan/vulkan_amdrgp.cc"
#include "../src/runtime/vulkan/vulkan_buffer.cc"
#include "../src/runtime/vulkan/vulkan_common.cc"
#include "../src/runtime/vulkan/vulkan_device.cc"