-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add LinalgExt canonicalization patterns to tile+distribute pass. (#11143
) The cast operations can be created during tiling. We have to fold it into the tiled op if possible. The pattern for LinAlg dialect is included, but the pattern for LinalgExt dialect is not included. This commit adds the pattern to the pass. Fixes #11038
- Loading branch information
Showing
1 changed file
with
14 additions
and
10 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