diff --git a/devops/dependencies-igc-dev.json b/devops/dependencies-igc-dev.json index e9c1d857b614..6f3cbc7da427 100644 --- a/devops/dependencies-igc-dev.json +++ b/devops/dependencies-igc-dev.json @@ -1,10 +1,10 @@ { "linux": { "igc_dev": { - "github_tag": "igc-dev-a20debc", - "version": "a20debc", - "updated_at": "2024-09-15T13:44:38Z", - "url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/1934718090/zip", + "github_tag": "igc-dev-ad75a20", + "version": "ad75a20", + "updated_at": "2024-11-10T01:11:34Z", + "url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/2167439771/zip", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" } } diff --git a/devops/scripts/install_drivers.sh b/devops/scripts/install_drivers.sh index 0fd8673e0edf..f27c7f9c471e 100755 --- a/devops/scripts/install_drivers.sh +++ b/devops/scripts/install_drivers.sh @@ -143,7 +143,9 @@ InstallIGFX () { echo "Download IGC dev git hash $IGC_DEV_VER" get_pre_release_igfx $IGC_DEV_URL $IGC_DEV_VER echo "Install IGC dev git hash $IGC_DEV_VER" - dpkg -i *.deb + # New dev IGC packaged iga64 conflicting with iga64 from intel-igc-media + # force overwrite to workaround it first. + dpkg -i --force-overwrite *.deb echo "Install libopencl-clang" # Workaround only, will download deb and install with dpkg once fixed. cp -d libopencl-clang.so.14* /usr/local/lib/ diff --git a/sycl/test-e2e/ESIMD/PerformanceTests/matrix_transpose.cpp b/sycl/test-e2e/ESIMD/PerformanceTests/matrix_transpose.cpp index 2d44ffe3746f..42e9931b27ca 100644 --- a/sycl/test-e2e/ESIMD/PerformanceTests/matrix_transpose.cpp +++ b/sycl/test-e2e/ESIMD/PerformanceTests/matrix_transpose.cpp @@ -5,6 +5,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// +// XFAIL: igc-dev +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16088 // REQUIRES: gpu-intel-dg2 && level_zero // UNSUPPORTED: windows