File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
sycl/test-e2e/bindless_images Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,10 @@ jobs:
215215 runner : ' ["Windows", "gen12"]'
216216 target_devices : level_zero:gpu
217217
218+ - name : Intel L0 Battlemage GPU
219+ runner : ' ["Windows", arc"]'
220+ target_devices : level_zero:gpu
221+
218222 - name : Intel L0 Battlemage GPU
219223 runner : ' ["Windows", "bmg"]'
220224 target_devices : level_zero:gpu
Original file line number Diff line number Diff line change 7171 include :
7272 - name : Intel GEN12 Graphics with Level Zero
7373 runner : ' ["Windows","gen12"]'
74+ - name : Intel Arc Graphics with Level Zero
75+ runner : ' ["Windows","arc"]'
7476 - name : Intel Battlemage Graphics with Level Zero
7577 runner : ' ["Windows","bmg"]'
7678 uses : ./.github/workflows/sycl-windows-run-tests.yml
Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ config.unsupported_features += ['target-native_cpu']
44config.unsupported_features += [' spirv-backend' ]
55
66cl_options = ' cl_options' in config.available_features
7+
8+ # https://github.com/intel/llvm/issues/20562
9+ if ' windows' in config.available_features:
10+ config.unsupported_features += [' gpu-intel-dg2' ]
You can’t perform that action at this time.
0 commit comments