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

fix[next]: Disable collapse tuple if propagation #1454

Merged

Conversation

tehrengruber
Copy link
Contributor

@tehrengruber tehrengruber commented Feb 14, 2024

We observed some increase in compile time due to the PROPAGATE_TO_IF_ON_TUPLES option of the CollapseTuple pass. This option is needed for if statements to work properly, which is not fully functional yet anyway and will be taken care of separately. We disable the option for now until #1414 is merged.

@tehrengruber tehrengruber merged commit d31d2cf into GridTools:main Feb 16, 2024
31 checks passed
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