From 174f3524c2f3fae55b6806da53a232bf34263550 Mon Sep 17 00:00:00 2001 From: Adam Siemieniuk Date: Mon, 4 May 2026 09:26:06 +0200 Subject: [PATCH] [CI] Move Intel XPU jobs to B50 device --- .github/workflows/kernel_bench.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/kernel_bench.yml b/.github/workflows/kernel_bench.yml index b3c0d2d..214cdd9 100644 --- a/.github/workflows/kernel_bench.yml +++ b/.github/workflows/kernel_bench.yml @@ -92,8 +92,8 @@ jobs: steps: - uses: actions/checkout@v5 - - name: Intel Arc B580 - run: "${{ env.SRUN }} --partition=b580 --time=0:15:00 -- \ + - name: Intel Arc Pro B50 + run: "${{ env.SRUN }} --partition=b50 --time=0:15:00 -- \ '${{ github.workspace }}/infra/scripts/ci-xpu-run-kernel-bench.sh -m ${{ inputs.RUN_MODE }} -b torch'" XPU-PyTorch-Compile: @@ -104,8 +104,8 @@ jobs: steps: - uses: actions/checkout@v5 - - name: Intel Arc B580 - run: "${{ env.SRUN }} --partition=b580 --time=0:15:00 -- \ + - name: Intel Arc Pro B50 + run: "${{ env.SRUN }} --partition=b50 --time=0:15:00 -- \ '${{ github.workspace }}/infra/scripts/ci-xpu-run-kernel-bench.sh -m ${{ inputs.RUN_MODE }} -b torch-compile'" XPU-Triton: @@ -116,8 +116,8 @@ jobs: steps: - uses: actions/checkout@v5 - - name: Intel Arc B580 - run: "${{ env.SRUN }} --partition=b580 --time=0:15:00 -- \ + - name: Intel Arc Pro B50 + run: "${{ env.SRUN }} --partition=b50 --time=0:15:00 -- \ '${{ github.workspace }}/infra/scripts/ci-xpu-run-kernel-bench.sh -m ${{ inputs.RUN_MODE }} -b triton'" XPU-Helion: @@ -128,8 +128,8 @@ jobs: steps: - uses: actions/checkout@v5 - - name: Intel Arc B580 - run: "${{ env.SRUN }} --partition=b580 --time=0:15:00 -- \ + - name: Intel Arc Pro B50 + run: "${{ env.SRUN }} --partition=b50 --time=0:15:00 -- \ '${{ github.workspace }}/infra/scripts/ci-xpu-run-kernel-bench.sh -m ${{ inputs.RUN_MODE }} -b helion'" CUDA-PyTorch: