-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AIRSplitL2Memref: Expand the pass to work with air.herds peeled from …
…for loops (#587) * Extend traceDependentInductionVar method to channels * Fixup an issue where L2 memref tiling fails with high-rank offsets and memref * Fixup issues caused by lacking dimension conversion between offset dim and memref dim * Make affine.apply canonicalizer aware of parent execute op; reimplement hasNElements which rules out no-ops when detecting perfect loop nests * Attempt to match the memref rank on both sides of air.channel, before tiling for L2 memref splitting * Tests
- Loading branch information
1 parent
1f0385e
commit 60d20cf
Showing
6 changed files
with
435 additions
and
139 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
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.