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
[torch][ao] Do not crash numerics debugger if the shape of the tensors do not match (#149330)
Summary:
Pull Request resolved: #149330
Occasionally we see the loss function to crash because the shapes of `a` and `b` tensors are different. This diff avoids crashing is such scenarios and lets the comparison work for other nodes where the shapes match.
Test Plan: - CI
Reviewed By: jerryzh168
Differential Revision: D66245053
0 commit comments