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

Don't use libdevice's fmin/fmax. #2144

Merged
merged 1 commit into from
Nov 2, 2023
Merged

Don't use libdevice's fmin/fmax. #2144

merged 1 commit into from
Nov 2, 2023

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Nov 1, 2023

The NaN behavior is different from what we expect in Julia.

Fixes #2111

The NaN behavior is different from what we expect in Julia.
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f917bd1) 72.17% compared to head (1ee2eeb) 72.17%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2144   +/-   ##
=======================================
  Coverage   72.17%   72.17%           
=======================================
  Files         159      159           
  Lines       14487    14487           
=======================================
  Hits        10456    10456           
  Misses       4031     4031           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maleadt maleadt merged commit d936aba into master Nov 2, 2023
1 check passed
@maleadt maleadt deleted the tb/min_max_nan branch November 2, 2023 07:22
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.

Minimum/maximum of array of NaNs is infinity
1 participant