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:
211211 # If libllvm14 is already installed (dev igc docker), still return true.
212212 sudo apt-get install -yqq libllvm14 || true;
213213 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
215215 - name : Source OneAPI TBB vars.sh
216216 shell : bash
217217 run : |
Original file line number Diff line number Diff line change 1919 "root" : " {DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2020 },
2121 "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" ,
2525 "root" : " {DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2626 },
2727 "tbb" : {
You can’t perform that action at this time.
0 commit comments