Skip to content

[BuildBot]Uplift CPU/FPGAEMU RT version #5078

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 1 commit into from
Dec 8, 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-WW40/oclcpuexp-2021.12.9.0.24_rel.tar.gz
ocl_cpu_rt_ver=2021.12.9.0.24
# https://github.com/intel/llvm/releases/download/2021-WW40/win-oclcpuexp-2021.12.9.0.24_rel.zip
ocl_cpu_rt_ver_win=2021.12.9.0.24
# https://github.com/intel/llvm/releases/download/2021-WW50/oclcpuexp-2021.13.11.0.23_rel.tar.gz
ocl_cpu_rt_ver=2021.13.11.0.23
# https://github.com/intel/llvm/releases/download/2021-WW50/win-oclcpuexp-2021.13.11.0.23_rel.zip
ocl_cpu_rt_ver_win=2021.13.11.0.23
# Same GPU driver supports Level Zero and OpenCL
# https://github.com/intel/compute-runtime/releases/tag/21.46.21636
ocl_gpu_rt_ver=21.46.21636
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.3.0/oneapi-tbb-2021.3.0-lin.tgz
tbb_ver=2021.4.0.569
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.3.0/oneapi-tbb-2021.3.0-win.zip
tbb_ver_win=2021.4.0.561
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.4.0/oneapi-tbb-2021.4.0-lin.tgz
tbb_ver=2021.5.0
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.4.0/oneapi-tbb-2021.4.0-win.zip
tbb_ver_win=2021.5.0

# https://github.com/intel/llvm/releases/download/2021-WW40/fpgaemu-2021.12.9.0.24_rel.tar.gz
ocl_fpga_emu_ver=2021.12.9.0.24
# https://github.com/intel/llvm/releases/download/2021-WW40/win-fpgaemu-2021.12.9.0.24_rel.zip
ocl_fpga_emu_ver_win=2021.12.9.0.24
fpga_ver=20210805_000004
fpga_ver_win=20210805_000004
# https://github.com/intel/llvm/releases/download/2021-WW50/fpgaemu-2021.13.11.0.23_rel.tar.gz
ocl_fpga_emu_ver=2021.13.11.0.23
# https://github.com/intel/llvm/releases/download/2021-WW50/win-fpgaemu-2021.13.11.0.23_rel.zip
ocl_fpga_emu_ver_win=2021.13.11.0.23
fpga_ver=20211014_000004
fpga_ver_win=20211014_000004
ocloc_ver_win=27.20.100.9168

[DRIVER VERSIONS]
cpu_driver_lin=2021.12.9.0.24
cpu_driver_win=2021.12.9.0.24
cpu_driver_lin=2021.13.11.0.23
cpu_driver_win=2021.13.11.0.23
gpu_driver_lin=21.46.21636
gpu_driver_win=30.0.101.1069
fpga_driver_lin=2021.12.9.0.24
fpga_driver_win=2021.12.9.0.24
fpga_driver_lin=2021.13.11.0.23
fpga_driver_win=2021.13.11.0.23
# NVidia CUDA driver
# TODO provide URL for CUDA driver
nvidia_gpu_driver_lin=435.21
Expand Down