From 4028ddc2422d5121c7203d5c2ca7da61c09049a1 Mon Sep 17 00:00:00 2001 From: Buildbot for SYCL Date: Thu, 4 Jul 2024 04:31:01 +0800 Subject: [PATCH] [GHA] Uplift Linux GPU RT version to 24.22.29735.20 (#14376) Scheduled drivers uplift Co-authored-by: GitHub Actions --- devops/dependencies.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index fab473b7f5bda..7726fde14e8db 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -1,15 +1,15 @@ { "linux": { "compute_runtime": { - "github_tag": "24.13.29138.7", - "version": "24.13.29138.7", - "url": "https://github.com/intel/compute-runtime/releases/tag/24.13.29138.7", + "github_tag": "24.22.29735.20", + "version": "24.22.29735.20", + "url": "https://github.com/intel/compute-runtime/releases/tag/24.22.29735.20", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "igc": { - "github_tag": "igc-1.0.16510.2", - "version": "1.0.16510.2", - "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.16510.2", + "github_tag": "igc-1.0.16900.23", + "version": "1.0.16900.23", + "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.16900.23", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "cm": { @@ -19,9 +19,9 @@ "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "level_zero": { - "github_tag": "v1.16.14", - "version": "v1.16.14", - "url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.16.14", + "github_tag": "v1.17.17", + "version": "v1.17.17", + "url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.17.17", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "tbb": {