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
Fixes BN inference. I'm stealing Ivan's changes from pytorch#85562
We are returning mini-batch stats during inference run in aten, this is not the right behavior and we should have changed that instead. But for the time being, let's change nvfuser behavior just to get CI green.
Also, the extra set here to avoid trivial forwarding should be removed once #1995 is merged.
0 commit comments