-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Rename dist_autograd_context and dist_autograd_container. #29696
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
Rename dist_autograd_context and dist_autograd_container. #29696
Conversation
The paths distributed/autograd/context/dist_autograd_context.h and distributed/autograd/context/dist_autograd_container.h were repetitive. Therefore renaming these to distributed/autograd/context/context.h and distributed/autograd/context/container.h Differential Revision: [D18467624](https://our.internmc.facebook.com/intern/diff/D18467624/) [ghstack-poisoned]
The paths distributed/autograd/context/dist_autograd_context.h and distributed/autograd/context/dist_autograd_container.h were repetitive. Therefore renaming these to distributed/autograd/context/context.h and distributed/autograd/context/container.h Differential Revision: [D18467624](https://our.internmc.facebook.com/intern/diff/D18467624/) ghstack-source-id: 93784971 Pull Request resolved: #29696
@pytorchbot retest this please |
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.
The tests must pass before we can merge this, even if they look like transient errors.
LGTM otherwise. Thanks, @pritamdamania87!
The paths distributed/autograd/context/dist_autograd_context.h and distributed/autograd/context/dist_autograd_container.h were repetitive. Therefore renaming these to distributed/autograd/context/context.h and distributed/autograd/context/container.h Differential Revision: [D18467624](https://our.internmc.facebook.com/intern/diff/D18467624/) [ghstack-poisoned]
Pull Request resolved: #29696 The paths distributed/autograd/context/dist_autograd_context.h and distributed/autograd/context/dist_autograd_container.h were repetitive. Therefore renaming these to distributed/autograd/context/context.h and distributed/autograd/context/container.h ghstack-source-id: 93850266 Differential Revision: [D18467624](https://our.internmc.facebook.com/intern/diff/D18467624/)
@pytorchbot retest this please |
1 similar comment
@pytorchbot retest this please |
It seems pythonbot does not trigger rerun on "/ Build Failed (pull_request)" and "/ Build Failed (push) ". I tried to rerun them manually on the following page, but still hit the same error: "- Workflows can't be executed on this repository. Please check your payment method or billing status." https://github.com/pytorch/pytorch/pull/29696/checks?check_run_id=301851237 Is submitting a new commit the only way to trigger those two ci tests, or can we ignore them? |
Just rebase to master. Or ignore them. |
This pull request has been merged in 77bb41c. |
) Summary: Pull Request resolved: pytorch#29696 The paths distributed/autograd/context/dist_autograd_context.h and distributed/autograd/context/dist_autograd_container.h were repetitive. Therefore renaming these to distributed/autograd/context/context.h and distributed/autograd/context/container.h ghstack-source-id: 93850266 Test Plan: waitforbuildbot Differential Revision: D18467624 fbshipit-source-id: bbf3905396f553006851af296c880c1bd106ec47
Stack from ghstack:
The paths distributed/autograd/context/dist_autograd_context.h and
distributed/autograd/context/dist_autograd_container.h were repetitive.
Therefore renaming these to distributed/autograd/context/context.h and
distributed/autograd/context/container.h
Differential Revision: D18467624