Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 33f8395

Browse files
Revert "[SYCL] Adjust Level Zero tests to queue::wait() changes (#631)"
This reverts commit 3ee9891.
1 parent eac2a81 commit 33f8395

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

SYCL/Plugin/level_zero_batch_event_status.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
// CHECK-NOT: piEventsWait
2929
// CHECK: ---> piEnqueueKernelLaunch
3030
// CHECK: ZE ---> zeCommandListAppendLaunchKernel
31-
// CHECK: ---> piQueueFinish
32-
// Look for close and Execute after piQueueFinish
31+
// CHECK: ---> piEventsWait
32+
// Look for close and Execute after piEventsWait
3333
// CHECK: ZE ---> zeCommandListClose
3434
// CHECK: ZE ---> zeCommandQueueExecuteCommandLists
3535
// CHECK: ---> piEventGetInfo

SYCL/Plugin/level_zero_batch_test.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
// Expected output is that for batching =1 you will see zeCommandListClose,
3434
// and zeCommandQueueExecuteCommandLists after every piEnqueueKernelLaunch.
3535
// 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
3737
// 4 you will see these after 4th and 8th Enqueue, and for 8, only after the
3838
// 8th enqueue. And lastly for 9, you will see the Close and Execute calls
39-
// only after the piQueueFinish.
39+
// only after the piEventsWait.
4040
// Since the test does this 3 times, this pattern will repeat 2 more times,
4141
// and then the test will print Test Passed 8 times, once for each kernel
4242
// validation check.
@@ -87,7 +87,7 @@
8787
// CKB4: ZE ---> zeCommandQueueExecuteCommandLists(
8888
// CKB8: ZE ---> zeCommandListClose(
8989
// CKB8: ZE ---> zeCommandQueueExecuteCommandLists(
90-
// CKALL: ---> piQueueFinish(
90+
// CKALL: ---> piEventsWait(
9191
// CKB3: ZE ---> zeCommandListClose(
9292
// CKB3: ZE ---> zeCommandQueueExecuteCommandLists(
9393
// CKB5: ZE ---> zeCommandListClose(
@@ -143,7 +143,7 @@
143143
// CKB4: ZE ---> zeCommandQueueExecuteCommandLists(
144144
// CKB8: ZE ---> zeCommandListClose(
145145
// CKB8: ZE ---> zeCommandQueueExecuteCommandLists(
146-
// CKALL: ---> piQueueFinish(
146+
// CKALL: ---> piEventsWait(
147147
// CKB3: ZE ---> zeCommandListClose(
148148
// CKB3: ZE ---> zeCommandQueueExecuteCommandLists(
149149
// CKB5: ZE ---> zeCommandListClose(
@@ -199,7 +199,7 @@
199199
// CKB4: ZE ---> zeCommandQueueExecuteCommandLists(
200200
// CKB8: ZE ---> zeCommandListClose(
201201
// CKB8: ZE ---> zeCommandQueueExecuteCommandLists(
202-
// CKALL: ---> piQueueFinish(
202+
// CKALL: ---> piEventsWait(
203203
// CKB3: ZE ---> zeCommandListClose(
204204
// CKB3: ZE ---> zeCommandQueueExecuteCommandLists(
205205
// CKB5: ZE ---> zeCommandListClose(

0 commit comments

Comments
 (0)