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 feel that we really should have array distribution as a type, on which we dispatch. That way, instead of dones, we would be able to do ones(RowDist, eltype, m, n) for example. Having distribution types will also allow us to cleanly support different layouts.