Commit b07c4df
Using push constants for clone op parameters. (#16113)
Summary:
This diff modifies the clone operation in the Executorch Vulkan backend to use push constants instead of a uniform buffer for storing the output limits.
Reviewed By: yipjustin
Differential Revision: D880976041 parent 7e1fefa commit b07c4df
File tree
2 files changed
+6
-3
lines changed- backends/vulkan/runtime/graph/ops
- glsl
- impl
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments