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
Update on "[ET-VK][ez] Introduce a graph config setting to force resize functions to execute"
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.
Differential Revision: [D84716451](https://our.internmc.facebook.com/intern/diff/D84716451/)
[ghstack-poisoned]
0 commit comments