File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211
211
# If libllvm14 is already installed (dev igc docker), still return true.
212
212
sudo apt-get install -yqq libllvm14 || true;
213
213
fi
214
- sudo -E bash devops/scripts/install_drivers.sh llvm/ devops/dependencies.json ${{ inputs.install_dev_igc_driver == 'true' && 'llvm/ devops/dependencies-igc-dev.json --use-dev-igc' || '' }} --all
214
+ sudo -E bash devops/scripts/install_drivers.sh devops/dependencies.json ${{ inputs.install_dev_igc_driver == 'true' && 'devops/dependencies-igc-dev.json --use-dev-igc' || '' }} --all
215
215
- name : Source OneAPI TBB vars.sh
216
216
shell : bash
217
217
run : |
Original file line number Diff line number Diff line change 19
19
"root" : " {DEPS_ROOT}/opencl/runtime/linux/oclgpu"
20
20
},
21
21
"level_zero" : {
22
- "github_tag" : " v1.19 .2" ,
23
- "version" : " v1.19 .2" ,
24
- "url" : " https://github.com/oneapi-src/level-zero/releases/tag/v1.19 .2" ,
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" ,
25
25
"root" : " {DEPS_ROOT}/opencl/runtime/linux/oclgpu"
26
26
},
27
27
"tbb" : {
You can’t perform that action at this time.
0 commit comments