Skip to content

Commit

Permalink
[GHA] Uplift Linux GPU RT version to 23.09.25812.14 (intel#9196)
Browse files Browse the repository at this point in the history
Scheduled drivers uplift

---------

Co-authored-by: GitHub Actions <actions@github.com>
Co-authored-by: Alexey Bader <alexey.bader@intel.com>
  • Loading branch information
3 people authored Jun 15, 2023
1 parent 8b85b64 commit 52a0fc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions devops/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"linux": {
"compute_runtime": {
"github_tag": "22.43.24595.30",
"version": "22.43.24595.30",
"url": "https://github.com/intel/compute-runtime/releases/tag/22.43.24595.30",
"github_tag": "23.09.25812.14",
"version": "23.09.25812.14",
"url": "https://github.com/intel/compute-runtime/releases/tag/23.09.25812.14",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"igc": {
"github_tag": "igc-1.0.12504.5",
"version": "1.0.12504.5",
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.12504.5",
"github_tag": "igc-1.0.13463.18",
"version": "1.0.13463.18",
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.13463.18",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"cm": {
Expand All @@ -19,9 +19,9 @@
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"level_zero": {
"github_tag": "v1.8.12",
"version": "v1.8.12",
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.8.12",
"github_tag": "v1.10.0",
"version": "v1.10.0",
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.10.0",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"tbb": {
Expand Down Expand Up @@ -74,4 +74,4 @@
"root": "{ARCHIVE_ROOT}/comp/oclfpga/win"
}
}
}
}
2 changes: 1 addition & 1 deletion sycl/test-e2e/Printf/char.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
//
// UNSUPPORTED: hip_amd
// XFAIL: cuda && windows
// XFAIL: cuda && windows || ((level_zero || opencl) && gpu && linux)
//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out | FileCheck %s
Expand Down

0 comments on commit 52a0fc8

Please sign in to comment.