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

bug[next]: Increase recursion limit in TraceShift pass #1482

Merged
merged 4 commits into from
Mar 6, 2024

Conversation

tehrengruber
Copy link
Contributor

The TraceShift pass has a very high recursion depth. This PR temporarily increases the allowed recursion depth during the pass. Fixes compilation failures in Icon4Py.

@tehrengruber tehrengruber changed the title feature[next]: Increase recursion limit in TraceShift pass bug[next]: Increase recursion limit in TraceShift pass Mar 6, 2024
@tehrengruber tehrengruber requested a review from havogt March 6, 2024 11:51
@tehrengruber tehrengruber merged commit e51ab30 into main Mar 6, 2024
30 of 31 checks passed
@tehrengruber
Copy link
Contributor Author

The CI failure is unrelated to this PR and already present on main. Merging anyway to unblock broken icon4py.

@havogt havogt deleted the increase_recursion_limit_in_traceshift branch June 25, 2024 11:44
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