Skip to content

Commit e975d8d

Browse files
authored
[BuildBot] Uplift CPU/FPGAEMU RT version for CI Process (#3946)
1 parent d697c84 commit e975d8d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

buildbot/dependency.conf

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[VERSIONS]
2-
# https://github.com/intel/llvm/releases/download/2021-WW11/oclcpuexp-2021.11.3.0.09_rel.tar.gz
3-
ocl_cpu_rt_ver=2021.11.3.0.09
4-
# https://github.com/intel/llvm/releases/download/2021-WW11/win-oclcpuexp-2021.11.3.0.09_rel.zip
5-
ocl_cpu_rt_ver_win=2021.11.3.0.09
2+
# https://github.com/intel/llvm/releases/download/2021-WW26/oclcpuexp-2021.12.6.0.19_rel.tar.gz
3+
ocl_cpu_rt_ver=2021.12.6.0.19
4+
# https://github.com/intel/llvm/releases/download/2021-WW26/win-oclcpuexp-2021.12.6.0.19_rel.zip
5+
ocl_cpu_rt_ver_win=2021.12.6.0.19
66
# Same GPU driver supports Level Zero and OpenCL
77
# https://github.com/intel/compute-runtime/releases/tag/21.19.19792
88
ocl_gpu_rt_ver=21.19.19792
@@ -14,26 +14,26 @@ intel_sycl_ver=build
1414
# TBB binaries can be built from sources following instructions under
1515
# https://github.com/oneapi-src/oneTBB/blob/master/cmake/README.md
1616
# or downloaded using links below:
17-
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1.1/oneapi-tbb-2021.1.1-lin.tgz
18-
tbb_ver=2021.2.0.236
19-
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1.1/oneapi-tbb-2021.1.1-win.zip
20-
tbb_ver_win=2021.2.0.221
17+
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.2.0/oneapi-tbb-2021.2.0-lin.tgz
18+
tbb_ver=2021.3.0.418
19+
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.2.0/oneapi-tbb-2021.2.0-win.zip
20+
tbb_ver_win=2021.3.0.418
2121

22-
# https://github.com/intel/llvm/releases/download/2021-WW11/fpgaemu-2021.11.3.0.09_rel.tar.gz
23-
ocl_fpga_emu_ver=2021.11.3.0.09
24-
# https://github.com/intel/llvm/releases/download/2021-WW11/win-fpgaemu-2021.11.3.0.09_rel.zip
25-
ocl_fpga_emu_ver_win=2021.11.3.0.09
26-
fpga_ver=20210205_000003
27-
fpga_ver_win=20210204_000003_signed_bom_fixed
22+
# https://github.com/intel/llvm/releases/download/2021-WW26/fpgaemu-2021.12.6.0.19_rel.tar.gz
23+
ocl_fpga_emu_ver=2021.12.6.0.19
24+
# https://github.com/intel/llvm/releases/download/2021-WW26/win-fpgaemu-2021.12.6.0.19_rel.zip
25+
ocl_fpga_emu_ver_win=2021.12.6.0.19
26+
fpga_ver=20210519_000004
27+
fpga_ver_win=20210509_000006
2828
ocloc_ver_win=27.20.100.9168
2929

3030
[DRIVER VERSIONS]
31-
cpu_driver_lin=2021.11.3.0.09
32-
cpu_driver_win=2021.11.3.0.09
31+
cpu_driver_lin=2021.12.6.0.19
32+
cpu_driver_win=2021.12.6.0.19
3333
gpu_driver_lin=21.19.19792
3434
gpu_driver_win=27.20.100.9466
35-
fpga_driver_lin=2021.11.3.0.09
36-
fpga_driver_win=2021.11.3.0.09
35+
fpga_driver_lin=2021.12.6.0.19
36+
fpga_driver_win=2021.12.6.0.19
3737
# NVidia CUDA driver
3838
# TODO provide URL for CUDA driver
3939
nvidia_gpu_driver_lin=435.21

0 commit comments

Comments
 (0)