We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc7734 commit b2df0f3Copy full SHA for b2df0f3
1 file changed
.github/workflows/os-llvm-sycl-build.yml
@@ -11,12 +11,12 @@ jobs:
11
12
env:
13
DOWNLOAD_URL_PREFIX: https://github.com/intel/llvm/releases/download
14
- DRIVER_PATH: 2022-WW50
15
- OCLCPUEXP_FN: oclcpuexp-2022.15.12.0.01_rel.tar.gz
16
- FPGAEMU_FN: fpgaemu-2022.15.12.0.01_rel.tar.gz
17
- TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2021.7.0/
18
- TBB_INSTALL_DIR: oneapi-tbb-2021.7.0
19
- TBB_FN: oneapi-tbb-2021.7.0-lin.tgz
+ DRIVER_PATH: 2023-WW13
+ OCLCPUEXP_FN: oclcpuexp-2023.15.3.0.20_rel.tar.gz
+ FPGAEMU_FN: fpgaemu-2023.15.3.0.20_rel.tar.gz
+ TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2021.8.0/
+ TBB_INSTALL_DIR: oneapi-tbb-2021.8.0
+ TBB_FN: oneapi-tbb-2021.8.0-lin.tgz
20
21
steps:
22
- name: Cancel Previous Runs
0 commit comments