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]: Build clean nestedSDFG without unused data connectors #1628

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

edopao
Copy link
Contributor

@edopao edopao commented Sep 4, 2024

The main objective of this PR is to reduce the GT4Py dependency on DaCe (especially on DaCe transformations) to produce clean SDFGs. Instead of relying on the PruneConnectors pass to remove unused data connectors in nested SDFGs, these connectors can be avoided in the first place, when lowering let-lambdas to nested SDFGs.

Copy link
Contributor

@philip-paul-mueller philip-paul-mueller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@edopao edopao merged commit feda23d into GridTools:main Sep 4, 2024
31 checks passed
@edopao edopao deleted the dace-gtir-clean_nsdfg branch September 4, 2024 12:23
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