diff --git a/SYCL/Plugin/level_zero_batch_event_status.cpp b/SYCL/Plugin/level_zero_batch_event_status.cpp index c222b09f4d..ecd9faf9f3 100644 --- a/SYCL/Plugin/level_zero_batch_event_status.cpp +++ b/SYCL/Plugin/level_zero_batch_event_status.cpp @@ -28,8 +28,8 @@ // CHECK-NOT: piEventsWait // CHECK: ---> piEnqueueKernelLaunch // CHECK: ZE ---> zeCommandListAppendLaunchKernel -// CHECK: ---> piEventsWait -// Look for close and Execute after piEventsWait +// CHECK: ---> piQueueFinish +// Look for close and Execute after piQueueFinish // CHECK: ZE ---> zeCommandListClose // CHECK: ZE ---> zeCommandQueueExecuteCommandLists // CHECK: ---> piEventGetInfo diff --git a/SYCL/Plugin/level_zero_batch_test.cpp b/SYCL/Plugin/level_zero_batch_test.cpp index f834e2bfab..8215b9fecf 100644 --- a/SYCL/Plugin/level_zero_batch_test.cpp +++ b/SYCL/Plugin/level_zero_batch_test.cpp @@ -32,10 +32,10 @@ // Expected output is that for batching =1 you will see zeCommandListClose, // and zeCommandQueueExecuteCommandLists after every piEnqueueKernelLaunch. // For batching=3 you will see that after 3rd and 6th enqueues, and then after -// piEventsWait. For 5, after 5th piEnqueue, and then after piEventsWait. For +// piQueueFinish. For 5, after 5th piEnqueue, and then after piQueueFinish. For // 4 you will see these after 4th and 8th Enqueue, and for 8, only after the // 8th enqueue. And lastly for 9, you will see the Close and Execute calls -// only after the piEventsWait. +// only after the piQueueFinish. // Since the test does this 3 times, this pattern will repeat 2 more times, // and then the test will print Test Passed 8 times, once for each kernel // validation check. @@ -86,7 +86,7 @@ // CKB4: ZE ---> zeCommandQueueExecuteCommandLists( // CKB8: ZE ---> zeCommandListClose( // CKB8: ZE ---> zeCommandQueueExecuteCommandLists( -// CKALL: ---> piEventsWait( +// CKALL: ---> piQueueFinish( // CKB3: ZE ---> zeCommandListClose( // CKB3: ZE ---> zeCommandQueueExecuteCommandLists( // CKB5: ZE ---> zeCommandListClose( @@ -142,7 +142,7 @@ // CKB4: ZE ---> zeCommandQueueExecuteCommandLists( // CKB8: ZE ---> zeCommandListClose( // CKB8: ZE ---> zeCommandQueueExecuteCommandLists( -// CKALL: ---> piEventsWait( +// CKALL: ---> piQueueFinish( // CKB3: ZE ---> zeCommandListClose( // CKB3: ZE ---> zeCommandQueueExecuteCommandLists( // CKB5: ZE ---> zeCommandListClose( @@ -198,7 +198,7 @@ // CKB4: ZE ---> zeCommandQueueExecuteCommandLists( // CKB8: ZE ---> zeCommandListClose( // CKB8: ZE ---> zeCommandQueueExecuteCommandLists( -// CKALL: ---> piEventsWait( +// CKALL: ---> piQueueFinish( // CKB3: ZE ---> zeCommandListClose( // CKB3: ZE ---> zeCommandQueueExecuteCommandLists( // CKB5: ZE ---> zeCommandListClose(