-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RAISE-BP] Fix semantic differences (#1895)
Fix semantic differences between the triton dialect and the triton-shared dialect: - Offsets are now stride divided before writing the `MakeTensorPtr` op. - Add boundary check for axis for which modulo/shape is not empty - Fix a few bugs coming from the fact that we use now a single target op, i.e. `MakeTensorPtrOp`, for all block pointers ops instead of the `tts::MakeTensorPtrOp`. Update the tests accordingly.
- Loading branch information
1 parent
25fab7e
commit eca3c10
Showing
5 changed files
with
202 additions
and
128 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.