-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Make async_execution compatible with RRef helpers #44666
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
Conversation
[ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit e7989ef (more details on the Dr. CI page):
ci.pytorch.org: 1 failedThis comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group. This comment has been revised 18 times. |
Differential Revision: [D23691989](https://our.internmc.facebook.com/intern/diff/D23691989) [ghstack-poisoned]
This commit uses the `RRef._get_type()` to check whether the given function is decorated with `async_execution` and then calls the corresponding RPC target function. Differential Revision: [D23691989](https://our.internmc.facebook.com/intern/diff/D23691989) [ghstack-poisoned]
Codecov Report
@@ Coverage Diff @@
## gh/mrshenli/237/base #44666 +/- ##
=======================================================
Coverage ? 67.88%
=======================================================
Files ? 384
Lines ? 49715
Branches ? 0
=======================================================
Hits ? 33751
Misses ? 15964
Partials ? 0 Continue to review full report at Codecov.
|
This commit uses the `RRef._get_type()` to check whether the given function is decorated with `async_execution` and then calls the corresponding RPC target function. Differential Revision: [D23691989](https://our.internmc.facebook.com/intern/diff/D23691989) [ghstack-poisoned]
This commit uses the `RRef._get_type()` to check whether the given function is decorated with `async_execution` and then calls the corresponding RPC target function. Differential Revision: [D23691989](https://our.internmc.facebook.com/intern/diff/D23691989) [ghstack-poisoned]
rohan-varma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This commit uses the `RRef._get_type()` to check whether the given function is decorated with `async_execution` and then calls the corresponding RPC target function. Differential Revision: [D23691989](https://our.internmc.facebook.com/intern/diff/D23691989) [ghstack-poisoned]
This commit uses the `RRef._get_type()` to check whether the given function is decorated with `async_execution` and then calls the corresponding RPC target function. Differential Revision: [D23691989](https://our.internmc.facebook.com/intern/diff/D23691989) [ghstack-poisoned]
Summary: Pull Request resolved: #44666 Test Plan: Imported from OSS Reviewed By: rohan-varma Differential Revision: D23691989 Pulled By: mrshenli fbshipit-source-id: b36f4b1c9d7782797a0220434a8272610a23e83e
Stack from ghstack:
This commit uses the
RRef._get_type()to check whether thegiven function is decorated with
async_executionand thencalls the corresponding RPC target function.
Differential Revision: D23691989