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
Fix stride computation formula used during compute estimation (#42)
Turns out the previous PR
#37
was not correct. It divided the wrong dim's stride.
This PR divides the dim to the left of the one being sharded, which is
what really happens.
Note: that we have this util at all is worrying me. Why don't we just
use dtensors to propagate?
0 commit comments