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
Summary:
Two fixes:
1. In the FakeTensor crosscheck assertion it should be checking that for SymInts the SymNode is the same object, not the SymInt itself.
2. If constructing the result tensor results in a data-dependent error then bypass the cache.
Test Plan: Unit tests pass
Differential Revision: D75421864
0 commit comments