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

Error in SubgraphFusion #1530

Open
philip-paul-mueller opened this issue Feb 20, 2024 · 0 comments
Open

Error in SubgraphFusion #1530

philip-paul-mueller opened this issue Feb 20, 2024 · 0 comments
Assignees

Comments

@philip-paul-mueller
Copy link
Collaborator

If auto optimization is applied to the attached SDFG then an missing attribute error is generated.
After a discussion with @alexnick83 on Mattermost and some investigation I discovered that the transformation implicitly assumes that every map exit node is connected to an accessnode.
However, the attached SDFG violates this assumption because there a map exit is connected to another map exit.

failing_sdfg.json

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

No branches or pull requests

2 participants