Skip to content

[Buildbot] Correct Linux GPU link #2260

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
Aug 5, 2020
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
6 changes: 3 additions & 3 deletions buildbot/dependency.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ ocl_cpu_rt_ver=2020.10.7.0.15
# https://github.com/intel/llvm/releases/download/2020-WW31/win-oclcpuexp-2020.10.7.0.15_rel.zip
ocl_cpu_rt_ver_win=2020.10.7.0.15
# Same GPU driver supports Level Zero and OpenCL:
# https://github.com/intel/compute-runtime/releases/tag/20.25.17111
# https://github.com/intel/compute-runtime/releases/tag/20.29.17408
ocl_gpu_rt_ver=20.29.17408
# Same GPU driver supports Level Zero and OpenCL:
# https://downloadmirror.intel.com/29674/a08/igfx_win10_100.8336.zip
ocl_gpu_rt_ver_win=27.20.100.8336
intel_sycl_ver=build
# https://github.com/oneapi-src/oneTBB/releases/download/v2020.2/tbb-2020.2-lin.tgz
# TODO provide URL for Linux TBB driver
tbb_ver=2021.1.8.515
# https://github.com/oneapi-src/oneTBB/releases/download/v2020.2/tbb-2020.2-win.zip
# TODO provide URL for Windows TBB driver
tbb_ver_win=2021.1.8.514
# https://github.com/intel/llvm/releases/download/2020-WW31/fpgaemu-2020.10.7.0.15_rel.tar.gz
ocl_fpga_emu_ver=2020.10.7.0.15
Expand Down