You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type of SDFG causing this issue is reproduced in a test case in PR #1480, here is a picture:
PR #1480 is applying a workaround in dace/sdfg/propagation.py, to make the test pass. However, this does not seem to be the proper the solution. This code change is rather a placeholder to highlight where the issue originates.
The text was updated successfully, but these errors were encountered:
Not an issue in memlet propagation, the problem was in the test SDFG. As pointed by @philip-paul-mueller, the memlet that performed the actual slicing was going from _out to _inp, i.e. in the wrong direction.
During integration of dace in icon4py, it was found that SDFG transformations fail in memlet propagation:
The type of SDFG causing this issue is reproduced in a test case in PR #1480, here is a picture:
PR #1480 is applying a workaround in
dace/sdfg/propagation.py
, to make the test pass. However, this does not seem to be the proper the solution. This code change is rather a placeholder to highlight where the issue originates.The text was updated successfully, but these errors were encountered: