Skip to content

Commit a6c5bca

Browse files
committed
Bumped versions of OpenCL CPU driver and TBB used in workflow
Given locally non-reproducible test crashes observed in CI, say in #2147, bump versions of TBB library and OpenCL CPU driver implementation to the one used locally (latest release of open-source DPC++).
1 parent 2eab098 commit a6c5bca

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
@@ -14,11 +14,11 @@ jobs:
1414

1515
env:
1616
DOWNLOAD_URL_PREFIX: https://github.com/intel/llvm/releases/download
17-
DRIVER_PATH: 2025-WW13
18-
OCLCPUEXP_FN: oclcpuexp-2025.19.3.0.17_230222_rel.tar.gz
19-
TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2022.1.0/
20-
TBB_INSTALL_DIR: oneapi-tbb-2022.1.0
21-
TBB_FN: oneapi-tbb-2022.1.0-lin.tgz
17+
DRIVER_PATH: 2025-WW27
18+
OCLCPUEXP_FN: oclcpuexp-2025.20.6.0.04_224945_rel.tar.gz
19+
TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2022.2.0/
20+
TBB_INSTALL_DIR: oneapi-tbb-2022.2.0
21+
TBB_FN: oneapi-tbb-2022.2.0-lin.tgz
2222

2323
steps:
2424
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)