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 support for tuple returns #1343

Merged
merged 30 commits into from
Oct 20, 2023
Merged

Conversation

edopao
Copy link
Contributor

@edopao edopao commented Sep 29, 2023

Description

This PR adds partial support for stencils with tuple returns. The motivation is that tuple returns are used in icon4py stencils, although the internal expressions do not operate on tuples. Tuples are just a mean to aggregate multiple-outputs from one stencil. This is why this PR does not contain support for scan or conditional expressions with tuples.

@edopao edopao marked this pull request as ready for review October 2, 2023 12:47
@edopao edopao requested a review from petiaccja October 2, 2023 12:47
@edopao edopao requested a review from petiaccja October 19, 2023 12:27
Copy link
Contributor

@petiaccja petiaccja left a comment

Choose a reason for hiding this comment

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

I think it's good!

@edopao edopao merged commit d11246e into GridTools:main Oct 20, 2023
@edopao edopao deleted the dace-tuples branch October 20, 2023 08:38
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