From 8f1860585f03a7412b1cd3f5d5fe7f9223de5fbe Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 14 Jun 2022 03:37:13 +0000 Subject: [PATCH] [GHA] Uplift GPU RT version for Nightly Builds --- devops/dependencies.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index 45cb7ab8dfbaf..4dde3a4c9da34 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -42,15 +42,15 @@ }, "linux_staging": { "compute_runtime": { - "github_tag": "22.22.23355", - "version": "22.22.23355", - "url": "https://github.com/intel/compute-runtime/releases/tag/22.22.23355", + "github_tag": "22.23.23405", + "version": "22.23.23405", + "url": "https://github.com/intel/compute-runtime/releases/tag/22.23.23405", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "igc": { - "github_tag": "igc-1.0.11279", - "version": "1.0.11279", - "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.11279", + "github_tag": "igc-1.0.11378", + "version": "1.0.11378", + "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.11378", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "cm": {