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
internal fixes for FunctionalTensorMode usage in AOTAutograd (#538)
Summary:
Fixes needed to properly land pytorch/pytorch#110079 internally
(1) executorch has a higher order op that requires a functionalization rule
(2) s-curve export still has an internal flow that calls some AOTAutograd API's, but also manually makes some calls to C++ funcitonalization. I changed them to use python functionalization.
Reviewed By: zou3519, tugsbayasgalan
Differential Revision: D49657241
0 commit comments