From 3a0d173f2d0bd865eae21d1b6ae8220b4e9f6f52 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 24 Sep 2024 03:08:31 +0000 Subject: [PATCH] [GHA] Uplift Linux GPU RT version to 24.35.30872.22 --- devops/dependencies.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index ea84983b95eb2..5969bfbb1a3a0 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -1,15 +1,15 @@ { "linux": { "compute_runtime": { - "github_tag": "24.31.30508.7", - "version": "24.31.30508.7", - "url": "https://github.com/intel/compute-runtime/releases/tag/24.31.30508.7", + "github_tag": "24.35.30872.22", + "version": "24.35.30872.22", + "url": "https://github.com/intel/compute-runtime/releases/tag/24.35.30872.22", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "igc": { - "github_tag": "igc-1.0.17384.11", - "version": "1.0.17384.11", - "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.17384.11", + "github_tag": "igc-1.0.17537.20", + "version": "1.0.17537.20", + "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.17537.20", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "cm": { @@ -19,9 +19,9 @@ "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "level_zero": { - "github_tag": "v1.17.42", - "version": "v1.17.42", - "url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.17.42", + "github_tag": "v1.17.44", + "version": "v1.17.44", + "url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.17.44", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "tbb": {