Skip to content

Commit f4f68e5

Browse files
committed
[SYCL][CI] enable L0 v2 testing on PVC and BMG
1 parent 8113cb9 commit f4f68e5

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
@@ -88,7 +88,7 @@ jobs:
8888
- name: E2E tests on Intel Ponte Vecchio GPU
8989
runner: '["Linux", "pvc"]'
9090
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
91-
target_devices: level_zero:gpu;opencl:gpu
91+
target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
9292
extra_lit_opts: -j 50
9393
- name: Dev IGC on Intel Ponte Vecchio GPU
9494
runner: '["Linux", "pvc"]'
@@ -100,7 +100,7 @@ jobs:
100100
- name: Intel Battlemage Graphics
101101
runner: '["Linux", "bmg"]'
102102
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
103-
target_devices: level_zero:gpu
103+
target_devices: level_zero:gpu;level_zero_v2:gpu
104104
- name: SPIR-V Backend / Intel Battlemage Graphics
105105
runner: '["Linux", "bmg"]'
106106
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN

0 commit comments

Comments
 (0)