-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
Symbolic tensor addition is not commutative w.r.t. dtypes #18415
Comments
Thanks for the report! It sounds like there are several issues here:
Would you be able to open a PR? |
Just did a quick check and realized jax didn't actually down-cast - I hadn't enabled float64, so it was just adding two Happy to look into a PR. |
Definitely, let's do that.
Thank you so much! |
Looks like this was resolved in #18482 |
Behaviour of adding tensors of different types is unexpected and inconsistent with backends. Backends appear to all be commutative, but symbolic addition is not.
The text was updated successfully, but these errors were encountered: