Consider data descriptor offset when propagating memlets
This PR adds the data descriptor's offsets to the memlet propagation.
@Sajohn-CH I saw the same issue in one of my fortran examples and found a fix. I added your code as a new tests.
https://github.com/spcl/dace/issues/1372
@acalotoiu I thought we were removing/deprecating offsets?
@acalotoiu I thought we were removing/deprecating offsets?
Lex explained that they will solve it in the frontend. I simply didn‘t know that we also deprecate it. Then we could close the PR
@acalotoiu I thought we were removing/deprecating offsets?
Yes - but while we intend to do that, actually removing them is not an engineering effort planned for the short or medium term. I propose we allow the fix for the current state for now.
LGTM
@tbennun merge?