forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DispatchCreation] Enable bubble up extract slice for `linalg.generic…
…` op with a single use. (iree-org#19174) For a `linalg.generic` -> `tensor.extract_slice` pattern where the producer has a single use, this is always good to do. TODO: This pattern could be generalized for any `LinalgOp`, but not done now because of the rank-reduction slices need to fold the unit dimensions. Fixes iree-org#19173 Signed-off-by: MaheshRavishankar <[email protected]>
- Loading branch information
1 parent
c581951
commit df83f8e
Showing
2 changed files
with
28 additions
and
3 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