-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(compiler): Remove attribute "tile-sizes" from operations aft…
…er tiling The tiling infrastructure preserves attributes of tiled `linalg.generic` operations, such that the attribute for the tile sizes specified for the `linalg.generic` operation before tiling is copied to the `linalg.generic` operation that is part of the generated IR for a single tile. This change causes the attribute to be removed after tiling, since it does not make sense to preserve the attribute for per-tile operations.
- Loading branch information
1 parent
a8231ce
commit 12ab53b
Showing
2 changed files
with
7 additions
and
5 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