Commit 85d3ff6
[ET-VK] Fix op benchmarks code generation (#6528)
## Context
As title. There was a small error in the operator benchmark code generation which impacted operators which return a collection of tensors (e.g. layer norm). The issue was that the generated code would store the output `ValueRefs` in variables that shadowed class variables of the benchmark.
Differential Revision: [D65071024](https://our.internmc.facebook.com/intern/diff/D65071024/)
ghstack-source-id: 250448840
Pull Request resolved: #6527
Co-authored-by: Stephen Jia <[email protected]>1 parent 3366edf commit 85d3ff6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
| 451 | + | |
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| |||
0 commit comments