File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
- name : E2E tests on Intel Ponte Vecchio GPU
112
112
runner : ' ["Linux", "pvc"]'
113
113
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
115
115
- name : Dev IGC on Intel Ponte Vecchio GPU
116
116
runner : ' ["Linux", "pvc"]'
117
117
image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ config.unsupported_features += ['spirv-backend']
7
7
if ' windows' in config.available_features:
8
8
config.unsupported_features += [' arch-intel_gpu_bmg_g21' ]
9
9
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
+
10
14
config.substitutions.append((" %helper-includes" , " -I {}/Inputs" .format(os.path.dirname(os.path.abspath(__file__)))))
11
15
original_clangxx =" "
12
16
for substitution in config.substitutions:
You can’t perform that action at this time.
0 commit comments