pfk-beta commented on issue #9587: URL: https://github.com/apache/tvm/issues/9587#issuecomment-979285179
Btw. I have solved problem by adding following lines to tvm_runtime.h in android project: ``` #include "../src/runtime/rpc/rpc_local_session.cc" #include "../src/runtime/rpc/rpc_session.cc" #include "../src/runtime/rpc/rpc_endpoint.cc" #include "../src/runtime/rpc/rpc_socket_impl.cc" #include "../src/runtime/rpc/rpc_channel.cc" #include "../src/runtime/rpc/rpc_module.cc" #include "../src/support/socket.h" #include "../src/runtime/profiling.cc" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
