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
* The result is the same as before
* Before that we only iterated on the pdims used by each virtual dim, and summed them if a pdim was present multiple times.
* Now the new stride is already the sum of the old strides when a pdim is present multiple times in a vdim. We iterate over all dimensions, because for dimensions not present in the vdim, the stride is simply 0.
* There's probably a more efficient implementation
0 commit comments