forked from openxla/xla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XLA:GPU] Operands couldn't be swapped for fusions with more than one…
… parameter per operand. The computation passed to `TritonFusionAnalysis` was not part of a module, and therefore all instruction ids were -1 (uniqueids are assigned only for instructions in a module). That caused ConstHloInstructionSet to treat all instructions as identical. PiperOrigin-RevId: 729040698
- Loading branch information
1 parent
4ae7f87
commit 374ddc4
Showing
3 changed files
with
31 additions
and
8 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