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
but blocksizes(x,1) will need to allocate the result. I wonder if there's a non-allocating way of obtaining the result?
Given that blockedrange necessarily sets the first element of the result to 1, perhaps this should lead to a BlockedOneTo instead of a BlockedUnitRange? In this case, we may be able to avoid the allocation, as a OneTo is its own axis.
For example (with BlockArrays v0.16.39):
The text was updated successfully, but these errors were encountered: