Skip to content

Commit af6d85f

Browse files
authored
[CI] Run L0 v2 tests on PVC (#18909)
1 parent 2d9e9a5 commit af6d85f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: E2E tests on Intel Ponte Vecchio GPU
112112
runner: '["Linux", "pvc"]'
113113
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
114-
target_devices: level_zero:gpu;opencl:gpu
114+
target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
115115
- name: Dev IGC on Intel Ponte Vecchio GPU
116116
runner: '["Linux", "pvc"]'
117117
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc

sycl/test-e2e/Matrix/lit.local.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ config.unsupported_features += ['spirv-backend']
77
if 'windows' in config.available_features:
88
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
99

10+
# https://github.com/intel/llvm/issues/18932
11+
if 'arch-intel_gpu_pvc' in config.available_features:
12+
config.unsupported_features += ['level_zero_v2_adapter']
13+
1014
config.substitutions.append(("%helper-includes", "-I {}/Inputs".format(os.path.dirname(os.path.abspath(__file__)))))
1115
original_clangxx=""
1216
for substitution in config.substitutions:

0 commit comments

Comments
 (0)