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
Make sure strides(::StridedReinterpretArray) calls size_to_strides
It turns out `strides(a::StridedReinterpretArray)` won't call `Base.size_to_strides` anymore after #44027.
As it is dispatched to `strides(::NonReshapedReinterpretArray)`/`strides(::ReshapedReinterpretArray)`.
This commit fix that regression.
0 commit comments