-
Notifications
You must be signed in to change notification settings - Fork 24k
Add a device parameter to RemoteModule #44254
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
This pull request was exported from Phabricator. Differential Revision: D23483803 |
💊 CI failures summary and remediationsAs of commit 3e64802 (more details on the Dr. CI page):
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
Codecov Report
@@ Coverage Diff @@
## master #44254 +/- ##
=========================================
Coverage ? 67.95%
=========================================
Files ? 384
Lines ? 49597
Branches ? 0
=========================================
Hits ? 33702
Misses ? 15895
Partials ? 0 Continue to review full report at Codecov.
|
Pull Request resolved: #44254 Add a device parameter to RemoteModule, so it can be placed on any device and not just CPU. Original PR issue: RemoteModule enhancements #40550 Differential Revision: [D23483803](https://our.internmc.facebook.com/intern/diff/D23483803/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D23483803 |
torch/testing/_internal/distributed/nn/api/remote_module_test.py
Outdated
Show resolved
Hide resolved
torch/testing/_internal/distributed/nn/api/remote_module_test.py
Outdated
Show resolved
Hide resolved
This pull request was exported from Phabricator. Differential Revision: D23483803 |
3 similar comments
This pull request was exported from Phabricator. Differential Revision: D23483803 |
This pull request was exported from Phabricator. Differential Revision: D23483803 |
This pull request was exported from Phabricator. Differential Revision: D23483803 |
This pull request was exported from Phabricator. Differential Revision: D23483803 |
This pull request was exported from Phabricator. Differential Revision: D23483803 |
This pull request was exported from Phabricator. Differential Revision: D23483803 |
Summary: Pull Request resolved: #44254 Add a device parameter to RemoteModule, so it can be placed on any device and not just CPU. Original PR issue: RemoteModule enhancements #40550 Test Plan: buck test test/distributed/rpc:process_group_agent -- RemoteModule Reviewed By: pritamdamania87 Differential Revision: D23483803 fbshipit-source-id: d0459f94906b1c4df1fee3cda981c5249c78b842
This pull request was exported from Phabricator. Differential Revision: D23483803 |
This pull request has been merged in c68cc78. |
Summary:
Add a device parameter to RemoteModule, so it can be placed on any device
and not just CPU.
Original PR issue: RemoteModule enhancements #40550
Test Plan: buck test test/distributed/rpc:process_group_agent -- RemoteModule
Differential Revision: D23483803