|
33 | 33 | // Expected output is that for batching =1 you will see zeCommandListClose,
|
34 | 34 | // and zeCommandQueueExecuteCommandLists after every piEnqueueKernelLaunch.
|
35 | 35 | // For batching=3 you will see that after 3rd and 6th enqueues, and then after
|
36 |
| -// piQueueFinish. For 5, after 5th piEnqueue, and then after piQueueFinish. For |
| 36 | +// piEventsWait. For 5, after 5th piEnqueue, and then after piEventsWait. For |
37 | 37 | // 4 you will see these after 4th and 8th Enqueue, and for 8, only after the
|
38 | 38 | // 8th enqueue. And lastly for 9, you will see the Close and Execute calls
|
39 |
| -// only after the piQueueFinish. |
| 39 | +// only after the piEventsWait. |
40 | 40 | // Since the test does this 3 times, this pattern will repeat 2 more times,
|
41 | 41 | // and then the test will print Test Passed 8 times, once for each kernel
|
42 | 42 | // validation check.
|
|
87 | 87 | // CKB4: ZE ---> zeCommandQueueExecuteCommandLists(
|
88 | 88 | // CKB8: ZE ---> zeCommandListClose(
|
89 | 89 | // CKB8: ZE ---> zeCommandQueueExecuteCommandLists(
|
90 |
| -// CKALL: ---> piQueueFinish( |
| 90 | +// CKALL: ---> piEventsWait( |
91 | 91 | // CKB3: ZE ---> zeCommandListClose(
|
92 | 92 | // CKB3: ZE ---> zeCommandQueueExecuteCommandLists(
|
93 | 93 | // CKB5: ZE ---> zeCommandListClose(
|
|
143 | 143 | // CKB4: ZE ---> zeCommandQueueExecuteCommandLists(
|
144 | 144 | // CKB8: ZE ---> zeCommandListClose(
|
145 | 145 | // CKB8: ZE ---> zeCommandQueueExecuteCommandLists(
|
146 |
| -// CKALL: ---> piQueueFinish( |
| 146 | +// CKALL: ---> piEventsWait( |
147 | 147 | // CKB3: ZE ---> zeCommandListClose(
|
148 | 148 | // CKB3: ZE ---> zeCommandQueueExecuteCommandLists(
|
149 | 149 | // CKB5: ZE ---> zeCommandListClose(
|
|
199 | 199 | // CKB4: ZE ---> zeCommandQueueExecuteCommandLists(
|
200 | 200 | // CKB8: ZE ---> zeCommandListClose(
|
201 | 201 | // CKB8: ZE ---> zeCommandQueueExecuteCommandLists(
|
202 |
| -// CKALL: ---> piQueueFinish( |
| 202 | +// CKALL: ---> piEventsWait( |
203 | 203 | // CKB3: ZE ---> zeCommandListClose(
|
204 | 204 | // CKB3: ZE ---> zeCommandQueueExecuteCommandLists(
|
205 | 205 | // CKB5: ZE ---> zeCommandListClose(
|
|
0 commit comments