[quote="tqchen, post:1, topic:6544"]
Endpoint[client@n0]
[/quote]
Here is an implementation of the above proposal.
https://github.com/apache/incubator-tvm/pull/5484
---
[Visit Topic](https://discuss.tvm.ai/t/modularize-rpc-infra/6544/2) to respond.
You are receiving this because you enabl
RPC plays a key role in the TVM's ecosystem by enabling remote profiling .
The current RPC contains two components: RPCSession that implements the
server/client logic as well as parameter translation(tranlsate a local handle
to a remote one), and RPCModule that exposes the session's low-level