Skip to content

Commit f1af136

Browse files
bb-syclactions-usersarnex
authored
[GHA] Uplift Linux GPU RT version to 26.14.37833.4 (#21823)
Scheduled drivers uplift --------- Signed-off-by: Nick Sarnie <nick.sarnie@intel.com> Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent a2a712d commit f1af136

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

devops/dependencies.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"linux": {
33
"compute_runtime": {
4-
"github_tag": "26.09.37435.1",
5-
"version": "26.09.37435.1",
6-
"url": "https://github.com/intel/compute-runtime/releases/tag/26.09.37435.1",
4+
"github_tag": "26.14.37833.4",
5+
"version": "26.14.37833.4",
6+
"url": "https://github.com/intel/compute-runtime/releases/tag/26.14.37833.4",
77
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
88
},
99
"igc": {
10-
"github_tag": "v2.30.1",
11-
"version": "v2.30.1",
12-
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.30.1",
10+
"github_tag": "v2.32.7",
11+
"version": "v2.32.7",
12+
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.32.7",
1313
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
1414
},
1515
"cm": {
@@ -19,9 +19,9 @@
1919
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2020
},
2121
"level_zero": {
22-
"github_tag": "v1.28.0",
23-
"version": "v1.28.0",
24-
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.28.0",
22+
"github_tag": "v1.28.2",
23+
"version": "v1.28.2",
24+
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.28.2",
2525
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2626
},
2727
"tbb": {

sycl/test-e2e/bindless_images/copies/copy_subregion_1D.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// XFAIL: hip
33
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19957
4+
// XFAIL: linux && arch-intel_gpu_mtl_u
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/21829
46

57
// RUN: %{build} -o %t.out
68
// RUN: %{run} %t.out

sycl/test-e2e/bindless_images/copies/copy_subregion_2D.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21380
44
// XFAIL: hip
55
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19957
6+
// XFAIL: linux && arch-intel_gpu_mtl_u
7+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/21829
68

79
// RUN: %{build} -o %t.out
810
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)