Skip to content

Commit 52a0fc8

Browse files
bb-syclactions-userbader
authored
[GHA] Uplift Linux GPU RT version to 23.09.25812.14 (#9196)
Scheduled drivers uplift --------- Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Alexey Bader <[email protected]>
1 parent 8b85b64 commit 52a0fc8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

devops/dependencies.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"linux": {
33
"compute_runtime": {
4-
"github_tag": "22.43.24595.30",
5-
"version": "22.43.24595.30",
6-
"url": "https://github.com/intel/compute-runtime/releases/tag/22.43.24595.30",
4+
"github_tag": "23.09.25812.14",
5+
"version": "23.09.25812.14",
6+
"url": "https://github.com/intel/compute-runtime/releases/tag/23.09.25812.14",
77
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
88
},
99
"igc": {
10-
"github_tag": "igc-1.0.12504.5",
11-
"version": "1.0.12504.5",
12-
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.12504.5",
10+
"github_tag": "igc-1.0.13463.18",
11+
"version": "1.0.13463.18",
12+
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.13463.18",
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.8.12",
23-
"version": "v1.8.12",
24-
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.8.12",
22+
"github_tag": "v1.10.0",
23+
"version": "v1.10.0",
24+
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.10.0",
2525
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2626
},
2727
"tbb": {
@@ -74,4 +74,4 @@
7474
"root": "{ARCHIVE_ROOT}/comp/oclfpga/win"
7575
}
7676
}
77-
}
77+
}

sycl/test-e2e/Printf/char.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
66
//
77
// UNSUPPORTED: hip_amd
8-
// XFAIL: cuda && windows
8+
// XFAIL: cuda && windows || ((level_zero || opencl) && gpu && linux)
99
//
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out | FileCheck %s

0 commit comments

Comments
 (0)