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

Small fixes to FOAST -> ITIR lowering #1196

Merged
merged 4 commits into from
Mar 6, 2023

Conversation

tehrengruber
Copy link
Contributor

Just some fixes for minor bugs I found while working on the temporaries.

  • Fix literal dtype used for unary expressions
  • Use maximum and minimum for max_over, min_over
  • User proper initial values for max_over, min_over on other dtypes than float64

 - Fix literal dtype used for unary expressions
 - Use `maximum` and `minimum` for `max_over`, `min_over`
 - User proper initial values for `max_over`, `min_over` on other dtypes than `float64`
Copy link
Contributor

@havogt havogt left a comment

Choose a reason for hiding this comment

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

Looks good. I'll double-check that these changes don't get lost in my PR...

@tehrengruber tehrengruber merged commit 7976d63 into GridTools:main Mar 6, 2023
havogt added a commit to C2SM/icon4py that referenced this pull request Mar 7, 2023
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