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 b4cecd3 commit eca9805Copy full SHA for eca9805
.github/workflows/os-llvm-sycl-build.yml
@@ -11,11 +11,11 @@ jobs:
11
12
env:
13
DOWNLOAD_URL_PREFIX: https://github.com/intel/llvm/releases/download
14
- DRIVER_PATH: 2022-WW13
15
- OCLCPUEXP_FN: oclcpuexp-2022.13.3.0.16_rel.tar.gz
16
- FPGAEMU_FN: fpgaemu-2022.13.3.0.16_rel.tar.gz
17
- TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2021.5.0
18
- TBB_FN: oneapi-tbb-2021.5.0-lin.tgz
+ DRIVER_PATH: 2022-WW50
+ OCLCPUEXP_FN: oclcpuexp-2022.15.12.0.01_rel.tar.gz
+ FPGAEMU_FN: fpgaemu-2022.15.12.0.01_rel.tar.gz
+ TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2021.7.0/
+ TBB_FN: oneapi-tbb-2021.7.0-lin.tgz
19
20
steps:
21
- name: Cancel Previous Runs
0 commit comments