Skip to content

Commit a618ca7

Browse files
authored
[CI] Uplift GPU driver for pre-commit jobs (#5752)
1 parent dc13608 commit a618ca7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/sycl_linux_build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
intel_drivers_image:
4444
type: string
4545
required: false
46-
default: "ghcr.io/intel/llvm/ubuntu2004_intel_drivers:latest"
46+
default: "ghcr.io/intel/llvm/ubuntu2004_intel_drivers:unstable"
4747
lts_config:
4848
type: string
4949
required: false

devops/dependencies.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"linux": {
33
"compute_runtime": {
4-
"github_tag": "22.05.22297",
5-
"version": "22.05.22297",
6-
"url": "https://github.com/intel/compute-runtime/releases/tag/22.05.22297",
4+
"github_tag": "22.09.22577",
5+
"version": "22.09.22577",
6+
"url": "https://github.com/intel/compute-runtime/releases/tag/22.09.22577",
77
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
88
},
99
"igc": {
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",
10+
"github_tag": "igc-1.0.10409",
11+
"version": "1.0.10409",
12+
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.10409",
1313
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
1414
},
1515
"cm": {

0 commit comments

Comments
 (0)