-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #17022: Add slicing -> reduce-scatter for dynamic-slice-fusion
Imported from GitHub PR #17022 This patch adds support for slicing operations (`dynamic-slice` and `slice`) on operands of reduce-scatter in dynamic-slice-fusion. Copybara import of the project: -- 70d09c2 by Shraiysh Vaishay <[email protected]>: Add slicing -> reduce-scatter for dynamic-slice-fusion This patch adds support for slicing operations (dynamic-slice and slice) on operands of reduce-scatter in dynamic-slice-fusion. The command buffer also supports dynamic-slice-fusion where we only have static slices. So, these operations can now be a part of the cuda graph. Merging this change closes #17022 COPYBARA_INTEGRATE_REVIEW=#17022 from shraiysh:reduce_scatter_slicing_dus_fusion 70d09c2 PiperOrigin-RevId: 675871194
- Loading branch information
1 parent
5b0dfe3
commit 409ecf9
Showing
7 changed files
with
574 additions
and
160 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.