Skip to content

Commit a49bd76

Browse files
Update version of TBB and OCL CPU RT to use in this workflow
These were from previous year. Updated them to what DPC++ is using https://github.com/intel/llvm/blob/sycl/devops/dependencies.json#L27-L38 It might be nice to automate update these through some cron executed workflow.
1 parent 709b6bd commit a49bd76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
env:
1515
DOWNLOAD_URL_PREFIX: https://github.com/intel/llvm/releases/download
16-
DRIVER_PATH: 2023-WW27
17-
OCLCPUEXP_FN: oclcpuexp-2023.16.6.0.28_rel.tar.gz
18-
TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2021.9.0/
19-
TBB_INSTALL_DIR: oneapi-tbb-2021.9.0
20-
TBB_FN: oneapi-tbb-2021.9.0-lin.tgz
16+
DRIVER_PATH: 2024-WW25
17+
OCLCPUEXP_FN: oclcpuexp-2024.18.6.0.02_rel.tar.gz
18+
TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2021.12.0/
19+
TBB_INSTALL_DIR: oneapi-tbb-2021.12.0
20+
TBB_FN: oneapi-tbb-2021.12.0-lin.tgz
2121

2222
steps:
2323
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)