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
I see that StridedArray requires a DenseArray as target. Base.ReinterpretArray is dense (possibly depending on how it was constructed), but it is not declared as subtype of DenseArray. It would be convenient if StridedArray supported this as well.