Skip to content

Commit 04fe96c

Browse files
authored
[CI] Fix driver update script script and bump igc-dev (#16947)
Script was failing because there's no Ubuntu 22.04 artifacts anymore. Bump the igc-dev version which fixes some tests. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent b8a2ab7 commit 04fe96c

6 files changed

+5
-13
lines changed

devops/dependencies-igc-dev.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"linux": {
33
"igc_dev": {
4-
"github_tag": "igc-dev-61b96b3",
5-
"version": "61b96b3",
6-
"updated_at": "2025-01-15T17:43:30Z",
7-
"url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/2435370337/zip",
4+
"github_tag": "igc-dev-4cc8dff",
5+
"version": "4cc8dff",
6+
"updated_at": "2025-02-10T10:27:30Z",
7+
"url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/2564401848/zip",
88
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
99
}
1010
}

devops/scripts/update_drivers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def uplift_linux_igfx_driver(config, platform_tag, igc_dev_only):
3838
config[platform_tag]["igc_dev"]["version"] = igcdevver
3939
config[platform_tag]["igc_dev"]["updated_at"] = igc_dev["updated_at"]
4040
config[platform_tag]["igc_dev"]["url"] = get_artifacts_download_url(
41-
"intel/intel-graphics-compiler", "IGC_Ubuntu22.04_llvm14_clang-" + igcdevver
41+
"intel/intel-graphics-compiler", "IGC_Ubuntu24.04_llvm14_clang-" + igcdevver
4242
)
4343
return config
4444

sycl/test-e2e/ESIMD/accessor_local.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES-INTEL-DRIVER: lin: 27202, win: 101.4677
2-
// XFAIL: igc-dev
3-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388
42
// RUN: %{build} -o %t.out
53
// RUN: %{run} %t.out
64
// This test verifies usage of local_accessor methods operator[]

sycl/test-e2e/ESIMD/local_accessor_block_load_store.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES-INTEL-DRIVER: lin: 27202, win: 101.4677
9-
// XFAIL: igc-dev
10-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388
119
// RUN: %{build} -o %t.out
1210
// RUN: %{run} %t.out
1311
// This test verifies usage of block_load/block_store for local_accessor.

sycl/test-e2e/ESIMD/local_accessor_copy_to_from.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES-INTEL-DRIVER: lin: 27202, win: 101.4677
9-
// XFAIL: igc-dev
10-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388
119
// RUN: %{build} -o %t.out
1210
// RUN: %{run} %t.out
1311
//

sycl/test-e2e/ESIMD/lsc/lsc_local_accessor_block_load_store.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: arch-intel_gpu_pvc || gpu-intel-dg2
99
// REQUIRES-INTEL-DRIVER: lin: 26690, win: 101.4576
10-
// XFAIL: igc-dev
11-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388
1210
// RUN: %{build} -o %t.out
1311
// RUN: %{run} %t.out
1412
//

0 commit comments

Comments
 (0)