From bb89d06f7b3a3c755234980d380801d3dd876fc9 Mon Sep 17 00:00:00 2001 From: Chris Sullivan Date: Wed, 22 Jul 2020 11:29:38 -0700 Subject: [PATCH 1/2] Add missing RPC sources after refactor. --- apps/android_rpc/app/src/main/jni/tvm_runtime.h | 3 +++ 1 file changed, 3 insertions(+) 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 0b713b88ba9e..b69b25902462 100644 --- a/apps/android_rpc/app/src/main/jni/tvm_runtime.h +++ b/apps/android_rpc/app/src/main/jni/tvm_runtime.h @@ -47,7 +47,10 @@ #include "../src/runtime/ndarray.cc" #include "../src/runtime/object.cc" #include "../src/runtime/registry.cc" +#include "../src/runtime/rpc/rpc_channel.cc" +#include "../src/runtime/rpc/rpc_endpoint.cc" #include "../src/runtime/rpc/rpc_event_impl.cc" +#include "../src/runtime/rpc/rpc_local_session.cc" #include "../src/runtime/rpc/rpc_module.cc" #include "../src/runtime/rpc/rpc_server_env.cc" #include "../src/runtime/rpc/rpc_session.cc" From 81755715c56be91fb0ca7be211798023eac0d645 Mon Sep 17 00:00:00 2001 From: Chris Sullivan Date: Sun, 26 Jul 2020 15:31:37 -0700 Subject: [PATCH 2/2] Add missing RPC sources after refactor. --- apps/android_rpc/app/src/main/jni/tvm_runtime.h | 3 +++ 1 file changed, 3 insertions(+) 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 0b713b88ba9e..b69b25902462 100644 --- a/apps/android_rpc/app/src/main/jni/tvm_runtime.h +++ b/apps/android_rpc/app/src/main/jni/tvm_runtime.h @@ -47,7 +47,10 @@ #include "../src/runtime/ndarray.cc" #include "../src/runtime/object.cc" #include "../src/runtime/registry.cc" +#include "../src/runtime/rpc/rpc_channel.cc" +#include "../src/runtime/rpc/rpc_endpoint.cc" #include "../src/runtime/rpc/rpc_event_impl.cc" +#include "../src/runtime/rpc/rpc_local_session.cc" #include "../src/runtime/rpc/rpc_module.cc" #include "../src/runtime/rpc/rpc_server_env.cc" #include "../src/runtime/rpc/rpc_session.cc"