csullivan commented on a change in pull request #9526:
URL: https://github.com/apache/tvm/pull/9526#discussion_r754733273
##########
File path: apps/hexagon_proxy_rpc/rpc_env.cc
##########
@@ -0,0 +1,321 @@
+/*
Review comment:
`rpc_env.cc` is a hexagon version of
[rpc_env.cc](https://github.com/apache/tvm/blob/main/apps/cpp_rpc/rpc_env.cc)
from apps/cpp_rpc. In this case, all other sources from the C++ RPC server are
reused. As noted in the description above we are working on a solution to run
a minrpc server directly on hexagon which will provide more general
functionality (e.g. support for tuning). This minrpc implementation will land
in `src/runtime/hexagon/rpc` as you suggest. Until then, we are submitting this
prototype forwarding RPC server application for use in development.
--
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]