Skip to content

Commit 47f90e6

Browse files
[CI] Extend "Preview mode" testing in Nightly (#19745)
1 parent 2fac5a7 commit 47f90e6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,23 @@ jobs:
7777
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
7878
target_devices: hip:gpu
7979

80+
- name: Preview mode on AMD/HIP
81+
runner: '["Linux", "amdgpu"]'
82+
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
83+
target_devices: hip:gpu
84+
extra_lit_opts: --param test-preview-mode=True
85+
8086
- name: NVIDIA/CUDA
8187
runner: '["Linux", "cuda"]'
8288
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
8389
target_devices: cuda:gpu
8490

91+
- name: Preview mode on NVIDIA/CUDA
92+
runner: '["Linux", "cuda"]'
93+
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
94+
target_devices: cuda:gpu
95+
extra_lit_opts: --param test-preview-mode=True
96+
8597
- name: Intel L0 Gen12 GPU
8698
runner: '["Linux", "gen12"]'
8799
target_devices: level_zero:gpu
@@ -94,6 +106,11 @@ jobs:
94106
runner: '["Linux", "bmg"]'
95107
target_devices: level_zero:gpu
96108

109+
- name: Preview mode on Intel L0 Battlemage GPU
110+
runner: '["Linux", "bmg"]'
111+
target_devices: level_zero:gpu
112+
extra_lit_opts: --param test-preview-mode=True
113+
97114
- name: Intel L0 Arc A-Series GPU
98115
runner: '["Linux", "arc"]'
99116
target_devices: level_zero:gpu

0 commit comments

Comments
 (0)