diff --git a/devops/dependencies-igc-dev.json b/devops/dependencies-igc-dev.json index e75e7a746b120..51dda62f31e38 100644 --- a/devops/dependencies-igc-dev.json +++ b/devops/dependencies-igc-dev.json @@ -1,10 +1,10 @@ { "linux": { "igc_dev": { - "github_tag": "igc-dev-47c1f6e", - "version": "47c1f6e", - "updated_at": "2025-08-20T15:46:36Z", - "url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/3810490997/zip", + "github_tag": "igc-dev-46629d9", + "version": "46629d9", + "updated_at": "2025-08-30T10:44:04Z", + "url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/3889106305/zip", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" } } diff --git a/sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp b/sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp index ad7e8c1798379..e816f6ee54bbe 100644 --- a/sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp +++ b/sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp @@ -13,6 +13,9 @@ // 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 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 41fe118d7b542..a28d30e51f1ea 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 @@ -15,7 +15,7 @@ // Waiting for the commit in IGC to be pulled into the driver to resolve the // test. -// XFAIL: run-mode && arch-intel_gpu_pvc +// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev // XFAIL-TRACKER: GSD-10510 #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 17d3d3d60df52..66c67ff932327 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 @@ -16,7 +16,7 @@ // Waiting for the commit in IGC to be pulled into the driver to resolve the // test. -// XFAIL: run-mode && arch-intel_gpu_pvc +// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev // XFAIL-TRACKER: GSD-10510 #include "common.hpp"