Skip to content

Commit 977f22d

Browse files
authored
[CI] Uplift driver versions (#5679)
1 parent 33f423d commit 977f22d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

devops/dependencies.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"linux": {
33
"compute_runtime": {
4-
"github_tag": "21.46.21636",
5-
"version": "21.46.21636",
6-
"url": "https://github.com/intel/compute-runtime/releases/tag/21.46.21636",
4+
"github_tag": "22.05.22297",
5+
"version": "22.05.22297",
6+
"url": "https://github.com/intel/compute-runtime/releases/tag/22.05.22297",
77
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
88
},
99
"igc": {
10-
"github_tag": "igc-1.0.8744",
11-
"version": "1.0.8744",
12-
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.8744",
10+
"github_tag": "igc-1.0.9933",
11+
"version": "1.0.9933",
12+
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.9933",
1313
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
1414
},
1515
"cm": {
16-
"github_tag": "cmclang-1.0.97",
17-
"version": "1.0.97",
18-
"url": "https://github.com/intel/cm-compiler/releases/tag/cmclang-1.0.97",
16+
"github_tag": "cmclang-1.0.120",
17+
"version": "1.0.120",
18+
"url": "https://github.com/intel/cm-compiler/releases/tag/cmclang-1.0.120",
1919
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2020
},
2121
"tbb": {
@@ -42,21 +42,21 @@
4242
},
4343
"linux_staging": {
4444
"compute_runtime": {
45-
"github_tag": "22.05.22297",
46-
"version": "22.05.22297",
47-
"url": "https://github.com/intel/compute-runtime/releases/tag/22.05.22297",
45+
"github_tag": "22.07.22465",
46+
"version": "22.07.22465",
47+
"url": "https://github.com/intel/compute-runtime/releases/tag/22.07.22465",
4848
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
4949
},
5050
"igc": {
51-
"github_tag": "igc-1.0.9933",
52-
"version": "1.0.9933",
53-
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.9933",
51+
"github_tag": "igc-1.0.10200",
52+
"version": "1.0.10200",
53+
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.10200",
5454
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
5555
},
5656
"cm": {
57-
"github_tag": "cmclang-1.0.120",
58-
"version": "1.0.120",
59-
"url": "https://github.com/intel/cm-compiler/releases/tag/cmclang-1.0.120",
57+
"github_tag": "cmclang-1.0.126",
58+
"version": "1.0.126",
59+
"url": "https://github.com/intel/cm-compiler/releases/tag/cmclang-1.0.126",
6060
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
6161
},
6262
"tbb": {

0 commit comments

Comments
 (0)