Create PyTorch DDP logging APIs for applications to use#50637
Closed
zhaojuanmao wants to merge 5 commits intogh/zhaojuanmao/56/basefrom
Closed
Create PyTorch DDP logging APIs for applications to use#50637zhaojuanmao wants to merge 5 commits intogh/zhaojuanmao/56/basefrom
zhaojuanmao wants to merge 5 commits intogh/zhaojuanmao/56/basefrom
Conversation
add APIs for logging pytorch ddp logging data in applications. Differential Revision: [D25933411](https://our.internmc.facebook.com/intern/diff/D25933411/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25933411/)! [ghstack-poisoned]
zhaojuanmao
added a commit
that referenced
this pull request
Jan 16, 2021
add APIs for logging pytorch ddp logging data in applications. Differential Revision: [D25933411](https://our.internmc.facebook.com/intern/diff/D25933411/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25933411/)! ghstack-source-id: 119899629 Pull Request resolved: #50637
rohan-varma
reviewed
Jan 16, 2021
add APIs for logging pytorch ddp logging data in applications. Differential Revision: [D25933411](https://our.internmc.facebook.com/intern/diff/D25933411/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25933411/)! [ghstack-poisoned]
zhaojuanmao
added a commit
that referenced
this pull request
Jan 24, 2021
Pull Request resolved: #50637 add APIs for logging pytorch ddp logging data in applications. Differential Revision: [D25933411](https://our.internmc.facebook.com/intern/diff/D25933411/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25933411/)! ghstack-source-id: 120276255
rohan-varma
approved these changes
Jan 28, 2021
add APIs for logging pytorch ddp logging data in applications. Differential Revision: [D25933411](https://our.internmc.facebook.com/intern/diff/D25933411/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25933411/)! [ghstack-poisoned]
zhaojuanmao
added a commit
that referenced
this pull request
Jan 29, 2021
Pull Request resolved: #50637 add APIs for logging pytorch ddp logging data in applications. Differential Revision: [D25933411](https://our.internmc.facebook.com/intern/diff/D25933411/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25933411/)! ghstack-source-id: 120692215
This was referenced Jan 29, 2021
add APIs for logging pytorch ddp logging data in applications. Differential Revision: [D25933411](https://our.internmc.facebook.com/intern/diff/D25933411/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25933411/)! [ghstack-poisoned]
zhaojuanmao
added a commit
that referenced
this pull request
Feb 1, 2021
Pull Request resolved: #50637 add APIs for logging pytorch ddp logging data in applications. Differential Revision: [D25933411](https://our.internmc.facebook.com/intern/diff/D25933411/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25933411/)! ghstack-source-id: 120799807
add APIs for logging pytorch ddp logging data in applications. Differential Revision: [D25933411](https://our.internmc.facebook.com/intern/diff/D25933411/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25933411/)! [ghstack-poisoned]
zhaojuanmao
added a commit
that referenced
this pull request
Feb 2, 2021
Pull Request resolved: #50637 add APIs for logging pytorch ddp logging data in applications. Differential Revision: [D25933411](https://our.internmc.facebook.com/intern/diff/D25933411/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25933411/)! ghstack-source-id: 120813409
Contributor
|
This pull request has been merged in e54cbb8. |
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
Summary: Pull Request resolved: pytorch#50637 add APIs for logging pytorch ddp logging data in applications. Test Plan: unit tests Reviewed By: rohan-varma Differential Revision: D25933411 fbshipit-source-id: 57c248a2f002da06a386fc7406d3e5533ebb9124
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack:
add APIs for logging pytorch ddp logging data in applications.
Differential Revision: D25933411
NOTE FOR REVIEWERS: This PR has internal Facebook specific changes or comments, please review them on Phabricator!