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