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
We have a stale PR for this issue (#42593).
It only covers "dense" array known at compile time.
We can fuse the code from strides(::ReshapedArray) to extend the acceleration to more StridedArrays
This poor performance is easily explained, since the fallback in
read!
is a for-loop that reads T-by-T, but it's a surprising limitationNot sure if
pointer(::ReinterpretArray)
is legitimate here, but it does seem to work(views have the same issue)
The text was updated successfully, but these errors were encountered: