From 0a2eb097d2ddf804189dd6ae9ce279d1f4348f1d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 26 Aug 2025 03:21:52 +0000 Subject: [PATCH 1/4] [GHA] Uplift Linux GPU RT version to 25.31.34666.3 --- devops/dependencies.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index 8cc8503b96971..850f6d92d48b4 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -1,15 +1,15 @@ { "linux": { "compute_runtime": { - "github_tag": "25.27.34303.5", - "version": "25.27.34303.5", - "url": "https://github.com/intel/compute-runtime/releases/tag/25.27.34303.5", + "github_tag": "25.31.34666.3", + "version": "25.31.34666.3", + "url": "https://github.com/intel/compute-runtime/releases/tag/25.31.34666.3", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "igc": { - "github_tag": "v2.14.1", - "version": "v2.14.1", - "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.14.1", + "github_tag": "v2.16.0", + "version": "v2.16.0", + "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.16.0", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "cm": { From 8974734584fbff8172a11377ddd5db8344820a7a Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 26 Aug 2025 10:00:21 -0700 Subject: [PATCH 2/4] xfail Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp index 2e26253f55984..1af2b894b6108 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp @@ -10,6 +10,9 @@ // UNSUPPORTED-INTENDED: SG size = 32 is not supported for SYCL Joint Matrix on // DG2 +// XFAIL: arch-intel_gpu_pvc && igc-dev +// XFAIL-TRACKER: CMPLRLLVM-69742 + // REQUIRES: target-spir // REQUIRES: aspect-ext_intel_matrix // REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943 From 0553808bf911b0c647fd255900539206b5e22525 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 26 Aug 2025 10:37:03 -0700 Subject: [PATCH 3/4] fix Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp index 1af2b894b6108..bf1f92c0e0a39 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp @@ -10,7 +10,7 @@ // UNSUPPORTED-INTENDED: SG size = 32 is not supported for SYCL Joint Matrix on // DG2 -// XFAIL: arch-intel_gpu_pvc && igc-dev +// XFAIL: run-mode && (arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21) // XFAIL-TRACKER: CMPLRLLVM-69742 // REQUIRES: target-spir From 4c711c4713f414e313de3171858e38b3a1899569 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 26 Aug 2025 10:42:44 -0700 Subject: [PATCH 4/4] fix Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp index bf1f92c0e0a39..11d5734366445 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp @@ -10,7 +10,7 @@ // UNSUPPORTED-INTENDED: SG size = 32 is not supported for SYCL Joint Matrix on // DG2 -// XFAIL: run-mode && (arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21) +// XFAIL: linux && run-mode && (arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21) // XFAIL-TRACKER: CMPLRLLVM-69742 // REQUIRES: target-spir