Skip to content

Commit 10f3889

Browse files
bb-syclactions-usersarnex
authored
[GHA] Uplift Linux GPU RT version to 24.52.32224.5 (#16808)
Scheduled drivers uplift --------- Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com> Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 4889054 commit 10f3889

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

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.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": {

0 commit comments

Comments
 (0)