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
For now, the number M of decomposed dimensions must be strictly less than the dimensionality N of an array.
Supporting the case M = N should be very easy. Just note that in this specific case, it won't be possible to transpose between decomposition configurations (and I'm not sure if it makes any sense to transpose a fully decomposed array).
The text was updated successfully, but these errors were encountered:
For now, the number
M
of decomposed dimensions must be strictly less than the dimensionalityN
of an array.Supporting the case
M = N
should be very easy. Just note that in this specific case, it won't be possible to transpose between decomposition configurations (and I'm not sure if it makes any sense to transpose a fully decomposed array).The text was updated successfully, but these errors were encountered: