From 53258c3b0b0b13d428ef95c5216ad98911a189bf Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 11 Sep 2025 03:15:49 +0000 Subject: [PATCH 1/2] [GHA] Uplift Linux IGC Dev RT version to igc-dev-4e160b3 --- devops/dependencies-igc-dev.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devops/dependencies-igc-dev.json b/devops/dependencies-igc-dev.json index 432a2eb36b20a..be74e1f15dd8a 100644 --- a/devops/dependencies-igc-dev.json +++ b/devops/dependencies-igc-dev.json @@ -1,10 +1,10 @@ { "linux": { "igc_dev": { - "github_tag": "igc-dev-558c584", - "version": "558c584", - "updated_at": "2025-09-05T22:44:40Z", - "url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/3941562792/zip", + "github_tag": "igc-dev-4e160b3", + "version": "4e160b3", + "updated_at": "2025-09-11T02:09:40Z", + "url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/3981554499/zip", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" } } From b887c55f1b18fb7115c587d2e66b0f59fa1fdb09 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 11 Sep 2025 07:25:54 -0700 Subject: [PATCH 2/2] remove xfail Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp b/sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp index e816f6ee54bbe..ad7e8c1798379 100644 --- a/sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp +++ b/sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp @@ -13,9 +13,6 @@ // REQUIRES: aspect-ext_intel_matrix // REQUIRES-INTEL-DRIVER: lin: 30049, win: 101.4943 -// XFAIL: arch-intel_gpu_pvc && igc-dev -// XFAIL-TRACKER: GSD-11139 - // RUN: %{build} -o %t.out // RUN: %{run} %t.out