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
[HOTFIX] Fix validation of scalar-scalar binary min/max operations
This recent introduction of nary min/max operations corrupted the
language validation path for scalar-scalar operations. This patch fixes
various issues related to (1) value type inference, (2) output
dimension/blocksize propagation, and (3) the handling of all scalar nary
min/max operations.
0 commit comments