-
Notifications
You must be signed in to change notification settings - Fork 612
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Second version of linalg_ext.scan (#8135)
This patch modifies the linalg_ext.scan op to reuse the initial passed identity tensor to contain the most recent result of the scan operation. This is to enable a more composable transform during tiling. Furthermore, this op no longer accepts scalars and hence scalars must be expressed as rank-0 tensors or memrefs. TEST: Added tests in convert_to_loops.mlir, tiling.mlir and e2e tests in scan.mlir.
- Loading branch information
Showing
5 changed files
with
181 additions
and
87 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
Oops, something went wrong.