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
[ET-VK][ez] Introduce a graph config setting to force resize functions to execute
Pull Request resolved: #15158
Title says it all! A few months back, a mechanism was introduced where an `ExecuteNode` would not call an operator's resize function if none of the arguments were updated.
However, this creates a blind spot during testing where the resize function of operators are not tested since the generated operator tests do not modify input sizes.
To address this, add a way to force the resize function to be called during testing.
ghstack-source-id: 317683546
@exported-using-ghexport
Differential Revision: [D84716451](https://our.internmc.facebook.com/intern/diff/D84716451/)
0 commit comments