You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/12/03 20:35:20 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #4462: [RUNTIME][RPC] Update RPC runtime to allow pass remote module as arg

tqchen opened a new pull request #4462: [RUNTIME][RPC] Update RPC runtime to allow pass remote module as arg
URL: https://github.com/apache/incubator-tvm/pull/4462
 
 
   Previously the RPC function does not allow directly passing a remote module as an argument. As a result, we will need to use special functions such as ```graph_runtime.remote_create``` to handle the remote module creation.
   
   This PR adds the support. We also updated the graph runtime implementation to simply use the create function(instead of the remote_create function).
   
   NOTE: this change will require the upgrade of both RPC server and client side.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services