Skip to content

Commit

Permalink
[CI] Uplift GPU driver for pre-commit jobs (#5752)
Browse files Browse the repository at this point in the history
  • Loading branch information
bader authored Mar 8, 2022
1 parent dc13608 commit a618ca7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sycl_linux_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
intel_drivers_image:
type: string
required: false
default: "ghcr.io/intel/llvm/ubuntu2004_intel_drivers:latest"
default: "ghcr.io/intel/llvm/ubuntu2004_intel_drivers:unstable"
lts_config:
type: string
required: false
Expand Down
12 changes: 6 additions & 6 deletions devops/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"linux": {
"compute_runtime": {
"github_tag": "22.05.22297",
"version": "22.05.22297",
"url": "https://github.com/intel/compute-runtime/releases/tag/22.05.22297",
"github_tag": "22.09.22577",
"version": "22.09.22577",
"url": "https://github.com/intel/compute-runtime/releases/tag/22.09.22577",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"igc": {
"github_tag": "igc-1.0.9933",
"version": "1.0.9933",
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.9933",
"github_tag": "igc-1.0.10409",
"version": "1.0.10409",
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.10409",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"cm": {
Expand Down

0 comments on commit a618ca7

Please sign in to comment.