-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[RPC] Move confirmation future in rref context to jit future #51695
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
As part of the plan to completely eliminate torch/csrc/utils/future.h, we are converting this to JitFuture (c10::ivalue::Future). Differential Revision: [D26238873](https://our.internmc.facebook.com/intern/diff/D26238873/) [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 95c2130 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
As part of the plan to completely eliminate torch/csrc/utils/future.h, we are converting this to JitFuture (c10::ivalue::Future). Differential Revision: [D26238873](https://our.internmc.facebook.com/intern/diff/D26238873/) [ghstack-poisoned]
As part of the plan to completely eliminate torch/csrc/utils/future.h, we are converting this to JitFuture (c10::ivalue::Future). Differential Revision: [D26238873](https://our.internmc.facebook.com/intern/diff/D26238873/) [ghstack-poisoned]
As part of the plan to completely eliminate torch/csrc/utils/future.h, we are converting this to JitFuture (c10::ivalue::Future). Differential Revision: [D26238873](https://our.internmc.facebook.com/intern/diff/D26238873/) [ghstack-poisoned]
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! Thanks for working on this!
As part of the plan to completely eliminate torch/csrc/utils/future.h, we are converting this to JitFuture (c10::ivalue::Future). Differential Revision: [D26238873](https://our.internmc.facebook.com/intern/diff/D26238873/) [ghstack-poisoned]
As part of the plan to completely eliminate torch/csrc/utils/future.h, we are converting this to JitFuture (c10::ivalue::Future). Differential Revision: [D26238873](https://our.internmc.facebook.com/intern/diff/D26238873/) [ghstack-poisoned]
As part of the plan to completely eliminate torch/csrc/utils/future.h, we are converting this to JitFuture (c10::ivalue::Future). Differential Revision: [D26238873](https://our.internmc.facebook.com/intern/diff/D26238873/) [ghstack-poisoned]
This pull request has been merged in 87c0b6b. |
…#51695) Summary: Pull Request resolved: pytorch#51695 As part of the plan to completely eliminate torch/csrc/utils/future.h, we are converting this to JitFuture (c10::ivalue::Future). ghstack-source-id: 121695708 Test Plan: CI Reviewed By: mrshenli Differential Revision: D26238873 fbshipit-source-id: 92bad1a349964ce8a9a80e2d1cf68f293cbe411c
Stack from ghstack:
As part of the plan to completely eliminate torch/csrc/utils/future.h,
we are converting this to JitFuture (c10::ivalue::Future).
Differential Revision: D26238873