diff --git a/devops/dependencies-igc-dev.json b/devops/dependencies-igc-dev.json index 51dda62f31e38..96894744db348 100644 --- a/devops/dependencies-igc-dev.json +++ b/devops/dependencies-igc-dev.json @@ -1,10 +1,10 @@ { "linux": { "igc_dev": { - "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", + "github_tag": "igc-dev-788001e", + "version": "788001e", + "updated_at": "2025-09-03T22:42:39Z", + "url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/3921755581/zip", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" } } 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 a28d30e51f1ea..09fc6efa111cd 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,8 +15,8 @@ // Waiting for the commit in IGC to be pulled into the driver to resolve the // test. -// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev -// XFAIL-TRACKER: GSD-10510 +// XFAIL: run-mode && arch-intel_gpu_pvc +// XFAIL-TRACKER: GSD-10510, GSD-11681 #include "common.hpp" #include "joint_matrix_bf16_fill_k_cache_impl.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 66c67ff932327..e82175938bff2 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,8 +16,8 @@ // Waiting for the commit in IGC to be pulled into the driver to resolve the // test. -// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev -// XFAIL-TRACKER: GSD-10510 +// XFAIL: run-mode && arch-intel_gpu_pvc +// XFAIL-TRACKER: GSD-10510, GSD-11681 #include "common.hpp" #include "joint_matrix_bf16_fill_k_cache_impl.hpp"