Skip to content

Commit dc2d29b

Browse files
authored
[CI] Run L0 v2 adapter tests as part of L0 and OCL testing job (#17462)
1 parent acaa59c commit dc2d29b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,7 @@ jobs:
7777
- name: Intel Arc A-Series Graphics
7878
runner: '["Linux", "arc"]'
7979
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
80-
target_devices: level_zero:gpu;opencl:gpu
81-
reset_intel_gpu: true
82-
extra_lit_opts: --param matrix-xmx8=True
83-
- name: Intel Arc A-Series Graphics for L0 V2 adapter
84-
runner: '["Linux", "arc"]'
85-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
86-
target_devices: level_zero_v2:gpu
80+
target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
8781
reset_intel_gpu: true
8882
extra_lit_opts: --param matrix-xmx8=True
8983
- name: E2E tests with dev igc on Intel Arc A-Series Graphics

0 commit comments

Comments
 (0)