Commit 759b4e9
ssjia
[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: 317069706
@exported-using-ghexport
Differential Revision: [D84716451](https://our.internmc.facebook.com/intern/diff/D84716451/)1 parent 26a9aec commit 759b4e9
File tree
4 files changed
+8
-2
lines changed- backends/vulkan
- runtime/graph
- ops
- test/op_tests/utils
4 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments