Skip to content

Commit

Permalink
[CI] Uplift Linux GPU RT version to 23.13.26032.30 (intel#10054)
Browse files Browse the repository at this point in the history
This patch updates GPU RT version on Linux to support 

[DEVICE_IP_VERSION_EXT](oneapi-src/level-zero-spec#23)
implementation required for intel#9843.
  • Loading branch information
dm-vodopyanov authored Jun 28, 2023
1 parent d96e507 commit 5b5c50a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions devops/dependencies.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -74,4 +74,4 @@
"root": "{ARCHIVE_ROOT}/comp/oclfpga/win"
}
}
}
}

0 comments on commit 5b5c50a

Please sign in to comment.