From 57e86c566361c2776f514792544dbd88bb2edd8f Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Thu, 7 Aug 2025 12:37:57 -0700 Subject: [PATCH] [CI] Extend "Preview mode" testing in Nightly --- .github/workflows/sycl-nightly.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/sycl-nightly.yml b/.github/workflows/sycl-nightly.yml index f45d8d48d3e9..fad07c08868a 100644 --- a/.github/workflows/sycl-nightly.yml +++ b/.github/workflows/sycl-nightly.yml @@ -77,11 +77,23 @@ jobs: image_options: -u 1001 --device=/dev/dri --device=/dev/kfd target_devices: hip:gpu + - name: Preview mode on AMD/HIP + runner: '["Linux", "amdgpu"]' + image_options: -u 1001 --device=/dev/dri --device=/dev/kfd + target_devices: hip:gpu + extra_lit_opts: --param test-preview-mode=True + - name: NVIDIA/CUDA runner: '["Linux", "cuda"]' image_options: -u 1001 --gpus all --cap-add SYS_ADMIN target_devices: cuda:gpu + - name: Preview mode on NVIDIA/CUDA + runner: '["Linux", "cuda"]' + image_options: -u 1001 --gpus all --cap-add SYS_ADMIN + target_devices: cuda:gpu + extra_lit_opts: --param test-preview-mode=True + - name: Intel L0 Gen12 GPU runner: '["Linux", "gen12"]' target_devices: level_zero:gpu @@ -94,6 +106,11 @@ jobs: runner: '["Linux", "bmg"]' target_devices: level_zero:gpu + - name: Preview mode on Intel L0 Battlemage GPU + runner: '["Linux", "bmg"]' + target_devices: level_zero:gpu + extra_lit_opts: --param test-preview-mode=True + - name: Intel L0 Arc A-Series GPU runner: '["Linux", "arc"]' target_devices: level_zero:gpu