Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RUNTIME][RPC] Update RPC runtime to allow remote module as arg #4462

Merged
merged 2 commits into from
Dec 3, 2019

Conversation

tqchen
Copy link
Member

@tqchen tqchen commented Dec 3, 2019

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.

@tqchen tqchen changed the title [RUNTIME][RPC] Update RPC runtime to allow pass remote module as arg [RUNTIME][RPC] Update RPC runtime to allow remote module as arg Dec 3, 2019
@tqchen
Copy link
Member Author

tqchen commented Dec 3, 2019

cc @FrozenGene @ZihengJiang @yzhliu

@tqchen tqchen merged commit 279a8eb into apache:master Dec 3, 2019
zxy844288792 pushed a commit to zxy844288792/tvm that referenced this pull request Dec 13, 2019
@tqchen tqchen deleted the rpc branch December 23, 2019 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants