From 2a3f9c09c6570687f45e1f5b008ca36d272c1cc0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 23 Dec 2025 03:32:46 +0000 Subject: [PATCH 1/4] [GHA] Uplift Linux GPU RT version to 25.44.36015.8 --- devops/dependencies.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index 4bc89f6fd3561..2a5d56b9dcd5c 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -1,15 +1,15 @@ { "linux": { "compute_runtime": { - "github_tag": "25.48.36300.8", - "version": "25.48.36300.8", - "url": "https://github.com/intel/compute-runtime/releases/tag/25.48.36300.8", + "github_tag": "25.44.36015.8", + "version": "25.44.36015.8", + "url": "https://github.com/intel/compute-runtime/releases/tag/25.44.36015.8", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "igc": { - "github_tag": "v2.24.8", - "version": "v2.24.8", - "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.24.8", + "github_tag": "v2.22.2", + "version": "v2.22.2", + "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.22.2", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "cm": { @@ -19,9 +19,9 @@ "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "level_zero": { - "github_tag": "v1.26.1", - "version": "v1.26.1", - "url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.26.1", + "github_tag": "v1.26.3", + "version": "v1.26.3", + "url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.26.3", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "tbb": { From 7d337a78af4bcda015824350b3a77be1019346b4 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Tue, 23 Dec 2025 09:05:56 -0800 Subject: [PATCH 2/4] disable tests Signed-off-by: Nick Sarnie --- sycl/test-e2e/SubGroup/reduce.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/test-e2e/SubGroup/reduce.cpp b/sycl/test-e2e/SubGroup/reduce.cpp index 165556df711b1..0e8f832686a07 100644 --- a/sycl/test-e2e/SubGroup/reduce.cpp +++ b/sycl/test-e2e/SubGroup/reduce.cpp @@ -1,6 +1,9 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out +// UNSUPPORTED: linux && gpu && !hip && !cuda +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20757 + //==--------------- reduce.cpp - SYCL sub_group reduce test ----*- C++ -*---==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. From d2a7b4c63136f53e82f0a6a0686f6a195117e72b Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Tue, 23 Dec 2025 09:05:56 -0800 Subject: [PATCH 3/4] disable tests Signed-off-by: Nick Sarnie --- sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp | 3 +++ .../test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp | 2 +- .../Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp index e11e9d9615e19..dff592876c221 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp @@ -9,6 +9,9 @@ // REQUIRES: aspect-ext_intel_matrix, gpu +// XFAIL: linux && gpu-intel-dg2 +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20595 + // RUN: %{build} -o %t_gpu_vnni.out %fp-model-precise -DSLM -DVNNI // RUN: %{run} %t_gpu_vnni.out diff --git a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp index e8ed2d3aaea85..bca8908d89417 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp @@ -13,7 +13,7 @@ // -ffp-model=precise is added to not depend on compiler defaults. -// XFAIL: run-mode && arch-intel_gpu_pvc && igc-dev +// XFAIL: run-mode && arch-intel_gpu_pvc // XFAIL-TRACKER: GSD-10510, GSD-11778 #include "common.hpp" diff --git a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp index c9e3afcb60167..8541a4c96a80d 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp @@ -14,7 +14,7 @@ // -ffp-model=precise is added to not depend on compiler defaults. -// XFAIL: run-mode && arch-intel_gpu_pvc && igc-dev +// XFAIL: run-mode && arch-intel_gpu_pvc // XFAIL-TRACKER: GSD-10510, GSD-11778 #include "common.hpp" From 817876b7ede1c9d7a11fbaa8407d264863037264 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Tue, 23 Dec 2025 09:05:56 -0800 Subject: [PATCH 4/4] disable tests Signed-off-by: Nick Sarnie --- sycl/test-e2e/Basic/stream/stream.cpp | 2 ++ sycl/test-e2e/HostInteropTask/host-task-failure.cpp | 3 +++ 2 files changed, 5 insertions(+) diff --git a/sycl/test-e2e/Basic/stream/stream.cpp b/sycl/test-e2e/Basic/stream/stream.cpp index 3a676ae77baad..18ff993d60238 100644 --- a/sycl/test-e2e/Basic/stream/stream.cpp +++ b/sycl/test-e2e/Basic/stream/stream.cpp @@ -1,5 +1,7 @@ // UNSUPPORTED: cuda // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19214 +// UNSUPPORTED: linux && arch-intel_gpu_pvc +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20961 // RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out // RUN: %{run} %t.out %if !gpu || linux %{ | FileCheck %s %} diff --git a/sycl/test-e2e/HostInteropTask/host-task-failure.cpp b/sycl/test-e2e/HostInteropTask/host-task-failure.cpp index 450fed4a0aff7..97a57e645a972 100644 --- a/sycl/test-e2e/HostInteropTask/host-task-failure.cpp +++ b/sycl/test-e2e/HostInteropTask/host-task-failure.cpp @@ -1,6 +1,9 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out +// UNSUPPORTED: linux && arch-intel_gpu_pvc +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20961 + #include using namespace sycl;