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:
[email protected]


With regards,
Apache Git Services

Reply via email to