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
Grid: symbolic-vector-vs-1x1 cells are runtime guards for every op class
The 02-2 fix routes arithmetic on a 1x1 matrix and a symbolic-length
vector through the vector-matrix rule (guard on length 1, 1x1 result)
instead of scalarizing at compile time, closing the shape divergence the
review found: at runtime length 1, R keeps the 1x1 dims. Encode that in
the verdict function, and give sym operands facing a 1x1 partner the
conforming length 1 so the ok-path is exercised at the shape the guard
admits. The old sym_len = 3 cells never ran the length-1 branch.
0 commit comments