-
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.
[XLA:GPU] Remove handling of copies as transposes.
Layout normalization turns copies that change the layout into transposes. Initially, this pass was behind a flag, but by now the flag has been removed and it is always run. Passes that run after layout normalization don't create additional copies with layout changes (checked manually). Therefore, the transpose emitter does not need to handle copies with layout changes. Update the tests that used copies instead of transposes to reflect reality. PiperOrigin-RevId: 666280709
- Loading branch information
1 parent
c8a26f1
commit 6fabf59
Showing
9 changed files
with
155 additions
and
440 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
Oops, something went wrong.