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

PDLL builtins: Allow float log2 to return even if the log2 is not exact #212

Merged

Conversation

flemairen6
Copy link

@flemairen6 flemairen6 commented Jul 9, 2024

Until now log2 was returning either the exact log2 value or min_int. It's been an issue for some computations we make, so I'm changing this behaviour.

@flemairen6 flemairen6 requested review from mgehre-amd and ge28boj July 9, 2024 15:09
Copy link

@ge28boj ge28boj left a comment

Choose a reason for hiding this comment

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

LGTM

@flemairen6 flemairen6 merged commit 54e2843 into feature/fused-ops Jul 10, 2024
4 checks passed
@flemairen6 flemairen6 deleted the ferdinand.update_log2_pdll_return_value branch July 10, 2024 08: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.

3 participants