File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ <<<<<<< HEAD
1
2
// See https://github.com/intel/llvm-test-suite/issues/811
2
3
// REQUIRES: gpu, level_zero, TEMPORARILY_DISABLED
4
+ =======
5
+ // REQUIRES: gpu, level_zero
6
+ >>>>>>> 4508a3f5f ([SYCL] test for barrier batching (#750 ))
3
7
4
8
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
5
9
// RUN: env SYCL_PI_TRACE=2 ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
@@ -21,6 +25,13 @@ void submit_kernel(queue &q) {
21
25
int main (int argc, char *argv[]) {
22
26
queue q;
23
27
28
+ <<<<<<< HEAD
29
+ =======
30
+ submit_kernel (q); // this one will immediatelly execute since q is empty
31
+ // CHECK: ---> piEnqueueKernelLaunch
32
+ // CHECK: ZE ---> zeCommandQueueExecuteCommandLists
33
+
34
+ >>>>>>> 4508a3f5f ([SYCL] test for barrier batching (#750 ))
24
35
submit_kernel (q); // starts a batch
25
36
// CHECK: ---> piEnqueueKernelLaunch
26
37
// CHECK-NOT: ZE ---> zeCommandQueueExecuteCommandLists
You can’t perform that action at this time.
0 commit comments