Skip to content

Commit 404f213

Browse files
committed
[SYCL][CI] enable L0 v2 testing on PVC and BMG
1 parent 1cd73d9 commit 404f213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-linux-precommit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: E2E tests on Intel Ponte Vecchio GPU
9393
runner: '["Linux", "pvc"]'
9494
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
95-
target_devices: level_zero:gpu;opencl:gpu
95+
target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
9696
reset_intel_gpu: true
9797
extra_lit_opts: -j 50
9898
- name: Dev IGC on Intel Ponte Vecchio GPU
@@ -106,7 +106,7 @@ jobs:
106106
- name: Intel Battlemage Graphics
107107
runner: '["Linux", "bmg"]'
108108
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
109-
target_devices: level_zero:gpu
109+
target_devices: level_zero:gpu;level_zero_v2:gpu
110110
reset_intel_gpu: true
111111
- name: SPIR-V Backend / Intel Battlemage Graphics
112112
runner: '["Linux", "bmg"]'

0 commit comments

Comments
 (0)