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

jax.numpy reductions: avoid upcast of f16 when dtype is specified by user #26403

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jakevdp
Copy link
Collaborator

@jakevdp jakevdp commented Feb 7, 2025

Fixes #26365

@jakevdp jakevdp self-assigned this Feb 7, 2025
@jakevdp jakevdp marked this pull request as draft February 7, 2025 19:24
@jakevdp jakevdp added the pull ready Ready for copybara import and testing label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull ready Ready for copybara import and testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jnp.mean(x, dtype=bfloat16) is not respected
1 participant