Commit 9daf6f4
[ET-VK] 4/n Split dispatches between multiple command buffers. Removing flush function call from submit_current_cmd_and_wait. (#12525)
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at
bottom):
* __->__ #12525
* #12523
* #12522
* #12519
This diff removes the `flush` function call from
`submit_current_cmd_and_wait` and instead adds it to the
`encode_prepack` method.
This change will allow better control over flush which is needed in
follow up diffs.
Differential Revision:
[D78360036](https://our.internmc.facebook.com/intern/diff/D78360036/)
---------
Co-authored-by: Stephen Jia <[email protected]>1 parent a598ed2 commit 9daf6f4
File tree
2 files changed
+8
-5
lines changed- backends/vulkan/runtime/graph
2 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
776 | | - | |
777 | | - | |
778 | 776 | | |
779 | 777 | | |
780 | 778 | | |
| |||
795 | 793 | | |
796 | 794 | | |
797 | 795 | | |
798 | | - | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
799 | 802 | | |
800 | 803 | | |
801 | 804 | | |
| |||
805 | 808 | | |
806 | 809 | | |
807 | 810 | | |
| 811 | + | |
808 | 812 | | |
809 | 813 | | |
810 | 814 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
847 | 847 | | |
848 | 848 | | |
849 | 849 | | |
850 | | - | |
851 | | - | |
| 850 | + | |
852 | 851 | | |
853 | 852 | | |
854 | 853 | | |
| |||
0 commit comments