From 50f7242c5d6e01c509fd86dda644d5aa6d3dc5d8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 20 Feb 2024 03:04:40 +0000 Subject: [PATCH] [GHA] Uplift Linux GPU RT version to 24.05.28454.6 --- devops/dependencies.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index e8bd3ef2bf97e..9306396ab6aaf 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -1,15 +1,15 @@ { "linux": { "compute_runtime": { - "github_tag": "23.52.28202.14", - "version": "23.52.28202.14", - "url": "https://github.com/intel/compute-runtime/releases/tag/23.52.28202.14", + "github_tag": "24.05.28454.6", + "version": "24.05.28454.6", + "url": "https://github.com/intel/compute-runtime/releases/tag/24.05.28454.6", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "igc": { - "github_tag": "igc-1.0.15770.11", - "version": "1.0.15770.11", - "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.15770.11", + "github_tag": "igc-1.0.15985.7", + "version": "1.0.15985.7", + "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.15985.7", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "cm": { @@ -19,9 +19,9 @@ "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "level_zero": { - "github_tag": "v1.15.13", - "version": "v1.15.13", - "url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.15.13", + "github_tag": "v1.16.1", + "version": "v1.16.1", + "url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.16.1", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "tbb": {