From bd53ce45e58766cf74cbfbf3cf55ed4c6550fb87 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Thu, 27 Nov 2025 17:26:18 +0100 Subject: [PATCH 1/2] [CI] Update sycl-nightly.yml Remove repeating "level_zero:gpu". I believe we're not interested in testing anything except level_zero on windows, so that can likely be simplified. --- .github/workflows/sycl-nightly.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/sycl-nightly.yml b/.github/workflows/sycl-nightly.yml index e09db20b90369..1b3a0fe91ee4b 100644 --- a/.github/workflows/sycl-nightly.yml +++ b/.github/workflows/sycl-nightly.yml @@ -224,21 +224,18 @@ jobs: include: - name: Intel L0 Gen12 GPU runner: '["Windows", "gen12"]' - target_devices: level_zero:gpu - name: Intel L0 Arc GPU runner: '["Windows", "arc"]' - target_devices: level_zero:gpu - name: Intel L0 Battlemage GPU runner: '["Windows", "bmg"]' - target_devices: level_zero:gpu uses: ./.github/workflows/sycl-windows-run-tests.yml with: name: ${{ matrix.name }} runner: ${{ matrix.runner }} - target_devices: ${{ matrix.target_devices }} + target_devices: level_zero:gpu toolchain_artifact_filename: ${{ needs.build-win.outputs.toolchain_artifact_filename }} cuda-aws-start: From ed4d833a65a0c07e6b96014aa37d789c5b72c847 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Mon, 1 Dec 2025 16:14:16 +0100 Subject: [PATCH 2/2] apply suggestion --- .github/workflows/sycl-nightly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sycl-nightly.yml b/.github/workflows/sycl-nightly.yml index 1b3a0fe91ee4b..351f7ba3a1897 100644 --- a/.github/workflows/sycl-nightly.yml +++ b/.github/workflows/sycl-nightly.yml @@ -222,13 +222,13 @@ jobs: fail-fast: false matrix: include: - - name: Intel L0 Gen12 GPU + - name: Intel Gen12 GPU runner: '["Windows", "gen12"]' - - name: Intel L0 Arc GPU + - name: Intel Arc GPU runner: '["Windows", "arc"]' - - name: Intel L0 Battlemage GPU + - name: Intel Battlemage GPU runner: '["Windows", "bmg"]' uses: ./.github/workflows/sycl-windows-run-tests.yml