From 52a0fc8ed65d31b403fa68e24d4db8e77685171f Mon Sep 17 00:00:00 2001 From: Buildbot for SYCL Date: Thu, 15 Jun 2023 23:36:43 +0800 Subject: [PATCH] [GHA] Uplift Linux GPU RT version to 23.09.25812.14 (#9196) Scheduled drivers uplift --------- Co-authored-by: GitHub Actions Co-authored-by: Alexey Bader --- devops/dependencies.json | 20 ++++++++++---------- sycl/test-e2e/Printf/char.cpp | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index 448c7ff5004a1..5c5f4de96f5f5 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -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": { @@ -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": { @@ -74,4 +74,4 @@ "root": "{ARCHIVE_ROOT}/comp/oclfpga/win" } } -} +} \ No newline at end of file diff --git a/sycl/test-e2e/Printf/char.cpp b/sycl/test-e2e/Printf/char.cpp index ae222e6128dea..57c47a9349eef 100644 --- a/sycl/test-e2e/Printf/char.cpp +++ b/sycl/test-e2e/Printf/char.cpp @@ -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