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
The QRFullOp in pytensor.tensor.nlinalg does not implement infer_shape, which means it cannot be vectorized with blockwise when mode=NUMBA. It should be easy to implement -- just have to check the mode property and tailor the shapes accordingly.