Skip to content

Commit 52159e8

Browse files
committed
[CI] Enable Windows DG2 testing in precommit and nightly
Signed-off-by: Nick Sarnie <[email protected]>
1 parent cf176de commit 52159e8

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ config.unsupported_features += ['target-native_cpu']
44
config.unsupported_features += ['spirv-backend']
55

66
cl_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']

0 commit comments

Comments
 (0)