Commit 29d9107
committed
Update base for Update on "[ET-VK] Adding push constant and ubo verison of select and slice ops to improve memory and performance."
Adding push constant and ubo verison of select and slice ops to improve memory and performance.
* Updated `transfer_buffer.yaml` and `transfer_texture.yaml` to include `UBO_PARAMS` parameter and generate variants for `select` and `slice` ops with UBO parameters.
* Updated `transfer.glsl` to generate ubo and push constant versions of `select` and `slice` ops with UBO parameters.
Differential Revision: [D78095262](https://our.internmc.facebook.com/intern/diff/D78095262/)
[ghstack-poisoned]1 parent 85f2193 commit 29d9107
File tree
2 files changed
+10
-12
lines changed- backends/vulkan/runtime/graph
2 files changed
+10
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | 552 | | |
562 | 553 | | |
563 | 554 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
448 | 457 | | |
449 | 458 | | |
450 | 459 | | |
| |||
685 | 694 | | |
686 | 695 | | |
687 | 696 | | |
688 | | - | |
689 | | - | |
690 | 697 | | |
691 | 698 | | |
692 | 699 | | |
| |||
0 commit comments