forked from openxla/stablehlo
-
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.
Implement ConditionallySpeculatable for Scatter (openxla#2195)
I am mostly interested in shape mismatches so I left a TODO to check if the indices are unique or sorted. In the meantime, we will do the conservative thing, which is to assume that the op is not speculatable (the indices may not be unique/sorted). NOTE: This PR builds on top of openxla#2193. See the 2nd commit for changes specific to this PR.
- Loading branch information
mlevesquedion
authored
Apr 12, 2024
1 parent
837536c
commit c304904
Showing
3 changed files
with
153 additions
and
40 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