From 13454dff422e819ee6cea705d0f961520f6f5ea6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 7 Mar 2023 03:36:08 +0000 Subject: [PATCH] [GHA] Uplift Linux GPU RT version to 22.53.25242.13 --- devops/dependencies.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index 3dc15fc32eb50..72fe15247c07a 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -1,15 +1,15 @@ { "linux": { "compute_runtime": { - "github_tag": "22.43.24595.30", - "version": "22.43.24595.30", - "url": "https://github.com/intel/compute-runtime/releases/tag/22.43.24595.30", + "github_tag": "22.53.25242.13", + "version": "22.53.25242.13", + "url": "https://github.com/intel/compute-runtime/releases/tag/22.53.25242.13", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "igc": { - "github_tag": "igc-1.0.12504.5", - "version": "1.0.12504.5", - "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.12504.5", + "github_tag": "igc-1.0.12812.26", + "version": "1.0.12812.26", + "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.12812.26", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "cm": { @@ -19,9 +19,9 @@ "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "level_zero": { - "github_tag": "v1.8.12", - "version": "v1.8.12", - "url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.8.12", + "github_tag": "v1.9.4", + "version": "v1.9.4", + "url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.9.4", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "tbb": {