areusch commented on a change in pull request #6703:
URL: https://github.com/apache/incubator-tvm/pull/6703#discussion_r510374434
##########
File path: src/runtime/rpc/rpc_endpoint.cc
##########
@@ -700,6 +700,14 @@ void RPCEndpoint::Init() {
});
}
+/*!
+ * \brief Create a new RPCEndpoint instance.
+ * \param channel RPCChannel used to communicate
+ * \param name
+ * \param The remote key reported during protocol initialization, or "%toinit"
if the RPCEndpoint
+ * should handle this phase of the protocol for you. Some servers may
prefer to access parts of
+ * the key to modify their behavior.
+ */
Review comment:
i'm just adding documentation where it was helpful as I was reading the
code. happy to split it out; the regression takes long.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]