Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MapInterchange for Maps with dynamic inputs #1244

Merged
merged 4 commits into from Apr 20, 2023
Merged

Conversation

alexnick83
Copy link
Contributor

This PR fixes an issue with MapInterchange where accesses to Memlet paths go out of bounds because the algorithm expects a next (previous) edge that doesn't exist. This issue occurs with edges that carry dynamic Map inputs, i.e., the Memlet path stops at a MapEntry and not a CodeNode.

@alexnick83 alexnick83 requested a review from tbennun April 20, 2023 18:46
@alexnick83 alexnick83 merged commit 0436f91 into master Apr 20, 2023
9 checks passed
@alexnick83 alexnick83 deleted the fix-map-interchange branch April 20, 2023 22:24
@lukastruemper
Copy link
Contributor

Just saw that this PR was merged, very nice, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants