Skip to content

Commit 4adaef0

Browse files
Revert "[CI] bump level-zero version" (#17531)
Reverts #17523 It's causing Arc and Gen12 jobs to fail again because `level_zero:gpu` not found after the bump. https://github.com/intel/llvm/actions/runs/13948718319/job/39043347845 https://github.com/intel/llvm/actions/runs/13948718319/job/39043347817
1 parent d2578a3 commit 4adaef0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

devops/dependencies.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2020
},
2121
"level_zero": {
22-
"github_tag": "v1.21.3",
23-
"version": "v1.21.3",
24-
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.21.3",
22+
"github_tag": "v1.20.2",
23+
"version": "v1.20.2",
24+
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.20.2",
2525
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2626
},
2727
"tbb": {

0 commit comments

Comments
 (0)