Skip to content

[BuildBot] Uplift CPU/FPGAEMU RT version for CI Process #3946

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions buildbot/dependency.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[VERSIONS]
# https://github.com/intel/llvm/releases/download/2021-WW11/oclcpuexp-2021.11.3.0.09_rel.tar.gz
ocl_cpu_rt_ver=2021.11.3.0.09
# https://github.com/intel/llvm/releases/download/2021-WW11/win-oclcpuexp-2021.11.3.0.09_rel.zip
ocl_cpu_rt_ver_win=2021.11.3.0.09
# https://github.com/intel/llvm/releases/download/2021-WW26/oclcpuexp-2021.12.6.0.19_rel.tar.gz
ocl_cpu_rt_ver=2021.12.6.0.19
# https://github.com/intel/llvm/releases/download/2021-WW26/win-oclcpuexp-2021.12.6.0.19_rel.zip
ocl_cpu_rt_ver_win=2021.12.6.0.19
# Same GPU driver supports Level Zero and OpenCL
# https://github.com/intel/compute-runtime/releases/tag/21.19.19792
ocl_gpu_rt_ver=21.19.19792
Expand All @@ -14,26 +14,26 @@ intel_sycl_ver=build
# TBB binaries can be built from sources following instructions under
# https://github.com/oneapi-src/oneTBB/blob/master/cmake/README.md
# or downloaded using links below:
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1.1/oneapi-tbb-2021.1.1-lin.tgz
tbb_ver=2021.2.0.236
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1.1/oneapi-tbb-2021.1.1-win.zip
tbb_ver_win=2021.2.0.221
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.2.0/oneapi-tbb-2021.2.0-lin.tgz
tbb_ver=2021.3.0.418
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.2.0/oneapi-tbb-2021.2.0-win.zip
tbb_ver_win=2021.3.0.418

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

[DRIVER VERSIONS]
cpu_driver_lin=2021.11.3.0.09
cpu_driver_win=2021.11.3.0.09
cpu_driver_lin=2021.12.6.0.19
cpu_driver_win=2021.12.6.0.19
gpu_driver_lin=21.19.19792
gpu_driver_win=27.20.100.9466
fpga_driver_lin=2021.11.3.0.09
fpga_driver_win=2021.11.3.0.09
fpga_driver_lin=2021.12.6.0.19
fpga_driver_win=2021.12.6.0.19
# NVidia CUDA driver
# TODO provide URL for CUDA driver
nvidia_gpu_driver_lin=435.21
Expand Down