-
Notifications
You must be signed in to change notification settings - Fork 49
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
build[cartesian][next]: Bump dace version from 0.14.4 to 0.15.1 #1391
Conversation
Awaiting fix in dace.
Left-over from PR GridTools#1393
Not working in icon4py because of this issue: spcl/dace#1468
The cause of the failures in the cartesian tests seems to be that the generate SDFG is not valid, tracked as a DaCe issue: spcl/dace#1486 It was working with dace v0.14.4, but v0.15.1 is no longer able to deal with it. It seems that v0.15.1 does more analysis and transformations on indirection tasklets but, in order to do this, more stringent conditions are required on array access inside tasklets. |
This reverts commit eda6c0f.
The memlet used for array slicing was configured in the wrong direction, which caused an error in memlet propagation.
src/gt4py/next/program_processors/runners/dace_iterator/__init__.py
Outdated
Show resolved
Hide resolved
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.
I'd change the typing fix, see comment. Otherwise looks good.
Description
Bumping dace version to 0.15.1 affects both
cartesian
andnext
gt4py: