diff --git a/devops/dependencies-igc-dev.json b/devops/dependencies-igc-dev.json index 37b9f160ec3f2..7160a02db6f71 100644 --- a/devops/dependencies-igc-dev.json +++ b/devops/dependencies-igc-dev.json @@ -1,10 +1,10 @@ { "linux": { "igc_dev": { - "github_tag": "igc-dev-61b96b3", - "version": "61b96b3", - "updated_at": "2025-01-15T17:43:30Z", - "url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/2435370337/zip", + "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", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" } } diff --git a/devops/scripts/update_drivers.py b/devops/scripts/update_drivers.py index c96d7dffed2d8..41ea70aeaf089 100644 --- a/devops/scripts/update_drivers.py +++ b/devops/scripts/update_drivers.py @@ -38,7 +38,7 @@ def uplift_linux_igfx_driver(config, platform_tag, igc_dev_only): config[platform_tag]["igc_dev"]["version"] = igcdevver config[platform_tag]["igc_dev"]["updated_at"] = igc_dev["updated_at"] config[platform_tag]["igc_dev"]["url"] = get_artifacts_download_url( - "intel/intel-graphics-compiler", "IGC_Ubuntu22.04_llvm14_clang-" + igcdevver + "intel/intel-graphics-compiler", "IGC_Ubuntu24.04_llvm14_clang-" + igcdevver ) return config diff --git a/sycl/test-e2e/ESIMD/accessor_local.cpp b/sycl/test-e2e/ESIMD/accessor_local.cpp index 21382f8ee401c..e566ade99b754 100644 --- a/sycl/test-e2e/ESIMD/accessor_local.cpp +++ b/sycl/test-e2e/ESIMD/accessor_local.cpp @@ -1,6 +1,4 @@ // REQUIRES-INTEL-DRIVER: lin: 27202, win: 101.4677 -// XFAIL: igc-dev -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388 // RUN: %{build} -o %t.out // RUN: %{run} %t.out // This test verifies usage of local_accessor methods operator[] diff --git a/sycl/test-e2e/ESIMD/local_accessor_block_load_store.cpp b/sycl/test-e2e/ESIMD/local_accessor_block_load_store.cpp index ce8b4d30d0928..9d7a79c8fe2ad 100644 --- a/sycl/test-e2e/ESIMD/local_accessor_block_load_store.cpp +++ b/sycl/test-e2e/ESIMD/local_accessor_block_load_store.cpp @@ -6,8 +6,6 @@ // //===----------------------------------------------------------------------===// // REQUIRES-INTEL-DRIVER: lin: 27202, win: 101.4677 -// XFAIL: igc-dev -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388 // RUN: %{build} -o %t.out // RUN: %{run} %t.out // This test verifies usage of block_load/block_store for local_accessor. diff --git a/sycl/test-e2e/ESIMD/local_accessor_copy_to_from.cpp b/sycl/test-e2e/ESIMD/local_accessor_copy_to_from.cpp index c63411b286b32..664e7709a7e81 100644 --- a/sycl/test-e2e/ESIMD/local_accessor_copy_to_from.cpp +++ b/sycl/test-e2e/ESIMD/local_accessor_copy_to_from.cpp @@ -6,8 +6,6 @@ // //===----------------------------------------------------------------------===// // REQUIRES-INTEL-DRIVER: lin: 27202, win: 101.4677 -// XFAIL: igc-dev -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388 // RUN: %{build} -o %t.out // RUN: %{run} %t.out // diff --git a/sycl/test-e2e/ESIMD/lsc/lsc_local_accessor_block_load_store.cpp b/sycl/test-e2e/ESIMD/lsc/lsc_local_accessor_block_load_store.cpp index 790b7dc2a92da..fd4a013ee200b 100644 --- a/sycl/test-e2e/ESIMD/lsc/lsc_local_accessor_block_load_store.cpp +++ b/sycl/test-e2e/ESIMD/lsc/lsc_local_accessor_block_load_store.cpp @@ -7,8 +7,6 @@ //===----------------------------------------------------------------------===// // REQUIRES: arch-intel_gpu_pvc || gpu-intel-dg2 // REQUIRES-INTEL-DRIVER: lin: 26690, win: 101.4576 -// XFAIL: igc-dev -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388 // RUN: %{build} -o %t.out // RUN: %{run} %t.out //