From 33b6892abf0039f37d8ee46e4f64b1c63e64aa48 Mon Sep 17 00:00:00 2001 From: Dmitry Vodopyanov Date: Fri, 23 Jun 2023 17:53:18 +0200 Subject: [PATCH] Update dependencies.json --- devops/dependencies.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index 92850ab9644b8..956b057fb5772 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -1,15 +1,15 @@ { "linux": { "compute_runtime": { - "github_tag": "23.09.25812.14", - "version": "23.09.25812.14", - "url": "https://github.com/intel/compute-runtime/releases/tag/23.09.25812.14", + "github_tag": "23.13.26032.30", + "version": "23.13.26032.30", + "url": "https://github.com/intel/compute-runtime/releases/tag/23.13.26032.30", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "igc": { - "github_tag": "igc-1.0.13463.18", - "version": "1.0.13463.18", - "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.13463.18", + "github_tag": "igc-1.0.13700.14", + "version": "1.0.13700.14", + "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.13700.14", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "cm": { @@ -74,4 +74,4 @@ "root": "{ARCHIVE_ROOT}/comp/oclfpga/win" } } -} \ No newline at end of file +}