-
Notifications
You must be signed in to change notification settings - Fork 129
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
Consider data descriptor offset when propagating memlets #1461
Conversation
@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. |
@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 |
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@tbennun merge? |
@lukastruemper do you know why this is failing and could you please fix that? Thanks! |
This PR adds the data descriptor's offsets to the memlet propagation.