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:
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
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ config.unsupported_features += ['spirv-backend']
77if ' 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+
1014config.substitutions.append((" %helper-includes" , " -I {}/Inputs" .format(os.path.dirname(os.path.abspath(__file__)))))
1115original_clangxx =" "
1216for substitution in config.substitutions:
You can’t perform that action at this time.
0 commit comments