-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Make op(Array, Scalar) use broadcast #19692
Conversation
The original thinking was that, for example, we shouldn't widen Needs a NEWS item under breaking changes, though. |
I had the same change in the branch mentioned in #19669, so 👍. |
Can we merge this? |
Still needs an updated NEWS.md. Will do that now. |
Done. |
@nanosoldier |
So code like |
Yes. Unless we change the behavior of |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels |
Couldn't reproduce the regression locally so I assume it is noise. |
These are broadcast operations and could therefore just use the broadcast functionality. @martinholters I had to tighten a single type test that you added but I believe that this can just be considered an improvement.