-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #16183: Handle CP decomposer when channel ID is not provided
Imported from GitHub PR #16183 When channel ID is not provided, collective-permute is across replicas. In that case, the collective permute should be split into forward and backward edges, and then combined based on the replica-id. This is similar to how collective-permute across partitions is handled. Copybara import of the project: -- 203888a by Shraiysh Vaishay <[email protected]>: Handle CP decomposer when channel ID is not provided When channel ID is not provided, collective-permute is across replicas. In that case, the collective permute should be split into forward and backward edges, and then combined based on the replica-id. This is similar to how collective-permute across partitions is handled. Merging this change closes #16183 COPYBARA_INTEGRATE_REVIEW=#16183 from shraiysh:replica_collective_permute_decomposer 203888a PiperOrigin-RevId: 666426686
- Loading branch information
1 parent
6942179
commit 0b700d7
Showing
3 changed files
with
219 additions
and
131 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.