-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix aliasing detection for subviews (#269)
* Optimizations: account for subviews of different dimensions in aliasing check * Fusion: account for mismatched ranges and Team Policies when fusing operations in traceS * Optimizations: account for subviews of different dimensions in aliasing check * Fusion: account for mismatched ranges and Team Policies when fusing operations in traceS * Optimizations: fix aliasing detection for numpy subviews * Optimizations: fix issue where loop fusion and kernel fusion interacted to create a fused workunit with no loops
- Loading branch information
1 parent
fc9d27e
commit 3d4afd2
Showing
3 changed files
with
116 additions
and
8 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