-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trivial map elimination init (#1353)
The EliminateTrivialMap transformation fails to properly connect the content of the map if it is a write only map and the map to be removed is nested inside another map. This is as the current solution uses memlet_path which does not work on the empty memlets going away from the map entry. This adds a testcase and solution which seems to work for my specific needs but are not polished and might not work in all cases. --------- Co-authored-by: Samuel Martin <[email protected]> Co-authored-by: alexnick83 <[email protected]> Co-authored-by: acalotoiu <[email protected]>
- Loading branch information
1 parent
f3781b1
commit 3e8c74c
Showing
2 changed files
with
143 additions
and
2 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