Move PeerToPeerAccess from ATen to c10#176856
Move PeerToPeerAccess from ATen to c10#176856guangyey wants to merge 1 commit intogh/guangyey/298/basefrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/176856
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit e927ca9 with merge base 4c4df17 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
The build flow covers the code change. |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
# Motivation Aligned to the other backend, move PeerToPeerAccess from `ATen` to `c10`. # Additional Context Just code paste and copy, no additional code change needed. pytorch#174698 Pull Request resolved: pytorch#176856 Approved by: https://github.com/EikanWang, https://github.com/gujinghui
Stack from ghstack (oldest at bottom):
Motivation
Aligned to the other backend, move PeerToPeerAccess from
ATentoc10.Additional Context
Just code paste and copy, no additional code change needed.
#174698