Add Owned placement and placement-owned collectives#3359
Closed
weifengpy wants to merge 10 commits into
Closed
Conversation
weifengpy
added a commit
that referenced
this pull request
May 14, 2026
Move bucket unshard and gradient-reduction collective selection into the placement contract so Shard owns all-gather/reduce-scatter and Owned can own broadcast/reduce-to-owner. Rename bucket runtime handles to placement-neutral unshard/reduce-grad terminology and add Owned placement tests plus a support plan. ghstack-source-id: 40b8ecb Pull-Request: #3359
weifengpy
added a commit
that referenced
this pull request
May 14, 2026
Move bucket unshard and gradient-reduction collective selection into the placement contract so Shard owns all-gather/reduce-scatter and Owned can own broadcast/reduce-to-owner. Rename bucket runtime handles to placement-neutral unshard/reduce-grad terminology and add Owned placement tests plus a support plan. ghstack-source-id: 44d51bd Pull-Request: #3359
weifengpy
added a commit
that referenced
this pull request
May 14, 2026
Move bucket unshard and gradient-reduction collective selection into the placement contract so Shard owns all-gather/reduce-scatter and Owned can own broadcast/reduce-to-owner. Rename bucket runtime handles to placement-neutral unshard/reduce-grad terminology and add Owned placement tests plus a support plan. ghstack-source-id: 885bd53 Pull-Request: #3359
weifengpy
added a commit
that referenced
this pull request
May 14, 2026
Move bucket unshard and gradient-reduction collective selection into the placement contract so Shard owns all-gather/reduce-scatter and Owned can own broadcast/reduce-to-owner. Rename bucket runtime handles to placement-neutral unshard/reduce-grad terminology and add Owned placement tests plus a support plan. ghstack-source-id: 1831223 Pull-Request: #3359
weifengpy
added a commit
that referenced
this pull request
May 14, 2026
Move bucket unshard and gradient-reduction collective selection into the placement contract so Shard owns all-gather/reduce-scatter and Owned can own broadcast/reduce-to-owner. Rename bucket runtime handles to placement-neutral unshard/reduce-grad terminology and add Owned placement tests plus a support plan. ghstack-source-id: 1831223 Pull-Request: #3359
weifengpy
added a commit
that referenced
this pull request
May 14, 2026
Move bucket unshard and gradient-reduction collective selection into the placement contract so Shard owns all-gather/reduce-scatter and Owned can own broadcast/reduce-to-owner. Rename bucket runtime handles to placement-neutral unshard/reduce-grad terminology and add Owned placement tests plus a support plan. ghstack-source-id: 1831223 Pull-Request: #3359
weifengpy
added a commit
that referenced
this pull request
May 14, 2026
Move bucket unshard and gradient-reduction collective selection into the placement contract so Shard owns all-gather/reduce-scatter and Owned can own broadcast/reduce-to-owner. Rename bucket runtime handles to placement-neutral unshard/reduce-grad terminology and add Owned placement tests plus a support plan. ghstack-source-id: 683c2a6 Pull-Request: #3359
weifengpy
added a commit
that referenced
this pull request
May 14, 2026
Move bucket unshard and gradient-reduction collective selection into the placement contract so Shard owns all-gather/reduce-scatter and Owned can own broadcast/reduce-to-owner. Rename bucket runtime handles to placement-neutral unshard/reduce-grad terminology and add Owned placement tests plus a support plan. ghstack-source-id: a3134ca Pull-Request: #3359
weifengpy
added a commit
that referenced
this pull request
May 14, 2026
Move bucket unshard and gradient-reduction collective selection into the placement contract so Shard owns all-gather/reduce-scatter and Owned can own broadcast/reduce-to-owner. Rename bucket runtime handles to placement-neutral unshard/reduce-grad terminology and add Owned placement tests plus a support plan. ghstack-source-id: a3134ca Pull-Request: #3359
weifengpy
added a commit
that referenced
this pull request
May 15, 2026
Move bucket unshard and gradient-reduction collective selection into the placement contract so Shard owns all-gather/reduce-scatter and Owned can own broadcast/reduce-to-owner. Rename bucket runtime handles to placement-neutral unshard/reduce-grad terminology and add Owned placement tests plus a support plan. ghstack-source-id: 97b7766 Pull-Request: #3359
weifengpy
added a commit
that referenced
this pull request
May 15, 2026
Move bucket unshard and gradient-reduction collective selection into the placement contract so Shard owns all-gather/reduce-scatter and Owned can own broadcast/reduce-to-owner. Rename bucket runtime handles to placement-neutral unshard/reduce-grad terminology and add Owned placement tests plus a support plan. ghstack-source-id: e29dc85 Pull-Request: #3359
Contributor
Author
|
Folded into #3239 so the first FlexShard PR proves the placement contract with both Shard and Owned examples. |
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 (oldest at bottom):
Move bucket unshard and gradient-reduction collective selection into the placement contract so Shard owns all-gather/reduce-scatter and Owned can own broadcast/reduce-to-owner. Rename bucket runtime handles to placement-neutral unshard/reduce-grad terminology and add Owned placement tests plus a support plan.