-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #20744: [NVIDIA GPU] Add a flag to control a2a collective matmul r…
…ewrite Imported from GitHub PR #20744 This is address the revert in #19451 where customers see MFU when enabling collective matmul by default. The a2a collective matmul kicks in by default on some small gemms and lead to inefficient transformation. Adding a flag to disable it by default since it's experimental. Copybara import of the project: -- f3d3208 by TJ Xu <[email protected]>: Add a flag to control a2a collective matmul rewrite -- 0068abc by TJ Xu <[email protected]>: added more comment for the new flag -- 9f88fe9 by TJ Xu <[email protected]>: add flag to debug options Merging this change closes #20744 COPYBARA_INTEGRATE_REVIEW=#20744 from Tixxx:tixxx/add_flag_a2a_gemm 9f88fe9 PiperOrigin-RevId: 713973994
- Loading branch information
1 parent
b87c09a
commit ba0410b
Showing
5 changed files
with
52 additions
and
5 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
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
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