Commit a598ed2
[ET-VK] 3/n Split dispatches between multiple command buffers. Track previous semaphore in context. (#12523)
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at
bottom):
* #12525
* __->__ #12523
* #12522
* #12519
This diff is the third part of a series of diffs aiming to split
dispatches between multiple command buffers. In this diff, we are
tracking the previous semaphore in the context.
A new member variable `prev_semaphore_` was added to the `Context`
class. This variable is used to store the semaphore of the previously
submitted command buffer.
Differential Revision:
[D78360037](https://our.internmc.facebook.com/intern/diff/D78360037/)
---------
Co-authored-by: Stephen Jia <[email protected]>1 parent 97beaf0 commit a598ed2
2 files changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
198 | 206 | | |
199 | 207 | | |
200 | 208 | | |
201 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
202 | 214 | | |
203 | 215 | | |
204 | 216 | | |
| |||
214 | 226 | | |
215 | 227 | | |
216 | 228 | | |
| 229 | + | |
| 230 | + | |
217 | 231 | | |
218 | 232 | | |
219 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments