From b9d6ff5c4b65a3a5b448eb8b936020aa786df4fb Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 4 Nov 2025 03:22:54 +0000 Subject: [PATCH] [GHA] Uplift Linux GPU RT version to 25.40.35563.4 --- devops/dependencies.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index ac9447c2bdc2e..b1a663d396899 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -1,15 +1,15 @@ { "linux": { "compute_runtime": { - "github_tag": "25.35.35096.9", - "version": "25.35.35096.9", - "url": "https://github.com/intel/compute-runtime/releases/tag/25.35.35096.9", + "github_tag": "25.40.35563.4", + "version": "25.40.35563.4", + "url": "https://github.com/intel/compute-runtime/releases/tag/25.40.35563.4", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "igc": { - "github_tag": "v2.18.5", - "version": "v2.18.5", - "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.18.5", + "github_tag": "v2.20.3", + "version": "v2.20.3", + "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.20.3", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "cm": {