-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pallas GPU no longer falls back to lax.pow for integer powers
Instead the lowering computes the power in a loop by squaring, similarly to how we do it in the StableHLO lowering. Fixes #21928. PiperOrigin-RevId: 644313113
- Loading branch information
1 parent
5bfd6af
commit dfcfb36
Showing
2 changed files
with
37 additions
and
9 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