diff --git a/devops/dependencies-igc-dev.json b/devops/dependencies-igc-dev.json index 7160a02db6f71..b4bb8e744c50e 100644 --- a/devops/dependencies-igc-dev.json +++ b/devops/dependencies-igc-dev.json @@ -1,10 +1,10 @@ { "linux": { "igc_dev": { - "github_tag": "igc-dev-4cc8dff", - "version": "4cc8dff", - "updated_at": "2025-02-10T10:27:30Z", - "url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/2564401848/zip", + "github_tag": "igc-dev-d26e243", + "version": "d26e243", + "updated_at": "2025-02-13T01:01:35Z", + "url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/2582658426/zip", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" } } diff --git a/sycl/test-e2e/DeviceLib/imf_simd_emulate_test.cpp b/sycl/test-e2e/DeviceLib/imf_simd_emulate_test.cpp index 0117f5c763162..94f40ae57e9c5 100644 --- a/sycl/test-e2e/DeviceLib/imf_simd_emulate_test.cpp +++ b/sycl/test-e2e/DeviceLib/imf_simd_emulate_test.cpp @@ -9,6 +9,9 @@ // XFAIL: spirv-backend && run-mode // XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/122075 +// XFAIL: igc-dev && arch-intel_gpu_pvc +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17008 + #include "imf_utils.hpp" #include #include