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.
1 parent 709b6bd commit a49bd76Copy full SHA for a49bd76
.github/workflows/os-llvm-sycl-build.yml
@@ -13,11 +13,11 @@ jobs:
13
14
env:
15
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
+ DRIVER_PATH: 2024-WW25
+ OCLCPUEXP_FN: oclcpuexp-2024.18.6.0.02_rel.tar.gz
+ TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2021.12.0/
+ TBB_INSTALL_DIR: oneapi-tbb-2021.12.0
+ TBB_FN: oneapi-tbb-2021.12.0-lin.tgz
21
22
steps:
23
- name: Cancel Previous Runs
0 commit comments