-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Polish distributed autograd docs. #29942
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
Polish distributed autograd docs. #29942
Conversation
1) Added links to the design. 2) Fixed function signautres. 3) Expanded examples Differential Revision: [D18547103](https://our.internmc.facebook.com/intern/diff/D18547103/) [ghstack-poisoned]
1) Added links to the design. 2) Fixed function signautres. 3) Expanded examples Differential Revision: [D18547103](https://our.internmc.facebook.com/intern/diff/D18547103/) ghstack-source-id: 94054593 Pull Request resolved: #29942
docs/source/rpc.rst
Outdated
| may send and receive gradient recording tensors over RPC. In the forward pass, | ||
| we record when gradient recording tensors are sent over RPC and during the | ||
| backward pass we use this information to perform a distributed backward pass | ||
| using RPC. For more details see the design doc |
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.
You may want to rebase to avoid merge conflicts as this is different in the latest master (it was updated to refer to the note when that PR got merged)
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.
Thanks for improving our documentation!
1) Added links to the design. 2) Fixed function signautres. 3) Expanded examples Differential Revision: [D18547103](https://our.internmc.facebook.com/intern/diff/D18547103/) [ghstack-poisoned]
Pull Request resolved: #29942 1) Added links to the design. 2) Fixed function signautres. 3) Expanded examples ghstack-source-id: 94162372 Differential Revision: [D18547103](https://our.internmc.facebook.com/intern/diff/D18547103/)
|
This pull request has been merged in ab93b3d. |
Stack from ghstack:
Differential Revision: D18547103