Skip to content
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

feat[next][dace]: use new LoopRegion construct for scan operator #1424

Merged
merged 5 commits into from
Jan 25, 2024

Conversation

edopao
Copy link
Contributor

@edopao edopao commented Jan 25, 2024

Description

The lowering of scan operator to SDFG uses a state machine to represent a loop. This PR replaces the state machine with a LoopRegion construct introduced in dace v0.15. This construct is not yet supported by dace transformation, but it will in the future and it could open new optimization opportunities (e.g. K-caching).

Requirements

  • All legacy test cases pass.

@edopao edopao requested a review from kotsaloscv January 25, 2024 11:00
@edopao edopao marked this pull request as ready for review January 25, 2024 11:00
@edopao edopao merged commit 70f0f88 into GridTools:main Jan 25, 2024
26 checks passed
@edopao edopao deleted the dace-feat-loop branch January 25, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants