We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aed044b + 816478b commit 8ceb693Copy full SHA for 8ceb693
1 file changed
.github/workflows/os-llvm-sycl-build.yml
@@ -14,11 +14,11 @@ jobs:
14
15
env:
16
DOWNLOAD_URL_PREFIX: https://github.com/intel/llvm/releases/download
17
- DRIVER_PATH: 2025-WW45
18
- OCLCPUEXP_FN: oclcpuexp-2025.21.10.0.10_160000_rel.tar.gz
19
- TBB_URL: https://github.com/uxlfoundation/oneTBB/releases/download/v2022.3.0/
20
- TBB_INSTALL_DIR: oneapi-tbb-2022.3.0
21
- TBB_FN: oneapi-tbb-2022.3.0-lin.tgz
+ DRIVER_PATH: 2026-WW28
+ OCLCPUEXP_FN: oclcpuexp-2026.22.6.1.17_160000_rel.tar.gz
+ TBB_URL: https://github.com/uxlfoundation/oneTBB/releases/download/v2023.1.0/
+ TBB_INSTALL_DIR: oneapi-tbb-2023.1.0
+ TBB_FN: oneapi-tbb-2023.1.0-lin.tgz
22
23
steps:
24
- name: Cancel Previous Runs
0 commit comments