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]: Add option to ITIR transformation to inline lambda args #1370

Merged
merged 7 commits into from
Nov 30, 2023

Conversation

edopao
Copy link
Contributor

@edopao edopao commented Nov 28, 2023

Description

Full-inlining of unrolled reduce in DaCe backend requires lambda arguments to be inlined, in order to generate the corresponding taskgraph. This PR adds an option to the existing ITIR transformation pass InlineLambdas to enable this additional transformation, disabled by default.

@edopao edopao requested a review from tehrengruber November 28, 2023 11:46
@edopao edopao requested a review from tehrengruber November 30, 2023 07:30
Co-authored-by: Till Ehrengruber <t.ehrengruber@me.com>
@edopao edopao merged commit e564cdc into GridTools:main Nov 30, 2023
@edopao edopao deleted the itir-inline_lambda_args branch November 30, 2023 10:14
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