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

Commit e9e0c7e

Browse files
authored
[SYCL] Fix batching barrier test to work with latest changes in L0 plugin (#809)
1 parent 34013be commit e9e0c7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SYCL/Plugin/level_zero_batch_barrier.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ void submit_kernel(queue &q) {
2121
int main(int argc, char *argv[]) {
2222
queue q;
2323

24-
submit_kernel(q); // this one will immediatelly execute since q is empty
25-
// CHECK: ---> piEnqueueKernelLaunch
26-
// CHECK: ZE ---> zeCommandQueueExecuteCommandLists
27-
2824
submit_kernel(q); // starts a batch
2925
// CHECK: ---> piEnqueueKernelLaunch
3026
// CHECK-NOT: ZE ---> zeCommandQueueExecuteCommandLists

0 commit comments

Comments
 (0)