You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corrected order="K" handling for binary function in some cases
When both inputs must be promoted, e.g. `divide(boolean, integral)`,
order=K can create temporary buffers using empty_likeK, and then
the result could be created using _empty_pair_likeK utilities.
This resolves the test failure for `divide`.
0 commit comments