-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed
RedundantArray
's handling of "reshaping" Memlets (#1603)
This PR fixes an issue that was reported as [issue 1595](#1595), that was traced back to `RedundantArray`. The commit adds a deterministic test, unlike the one in the issue, that fails without the fix. The underlying problem is, that the transformation does not correctly handle a Memlet that performs a reshaping. This commit does not really solves the issue, instead it adds a special case for this particular case and then handles it correctly as I was unable to modify the code to handle it correctly. It is not a nice solution, but it works.
- Loading branch information
1 parent
e3d980a
commit b5f5624
Showing
3 changed files
with
183 additions
and
4 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