From 8dd45dcce6548c688f403bc7f77edc60d78c1838 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 2 Jul 2024 03:04:25 +0000 Subject: [PATCH] [GHA] Uplift Linux GPU RT version to 24.22.29735.20 --- 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": {