dace icon indicating copy to clipboard operation
dace copied to clipboard

Error in `SubgraphFusion`

Open philip-paul-mueller opened this issue 1 year ago • 0 comments

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

philip-paul-mueller avatar Feb 20 '24 14:02 philip-paul-mueller