Skip to content

[Buildbot] Update Windows GPU driver to 27.20.100.9466 #3594

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
Apr 28, 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
6 changes: 3 additions & 3 deletions buildbot/dependency.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ocl_cpu_rt_ver_win=2021.11.3.0.09
# https://github.com/intel/compute-runtime/releases/tag/21.13.19438
ocl_gpu_rt_ver=21.13.19438
# Same GPU driver supports Level Zero and OpenCL
# https://downloadmirror.intel.com/30266/a08/igfx_win10_100.9316.zip
ocl_gpu_rt_ver_win=27.20.100.9316
# https://downloadmirror.intel.com/30381/a08/igfx_win10_100.9466.zip
ocl_gpu_rt_ver_win=27.20.100.9466
intel_sycl_ver=build

# TBB binaries can be built from sources following instructions under
Expand All @@ -31,7 +31,7 @@ ocloc_ver_win=27.20.100.9168
cpu_driver_lin=2021.11.3.0.09
cpu_driver_win=2021.11.3.0.09
gpu_driver_lin=21.13.19438
gpu_driver_win=27.20.100.9316
gpu_driver_win=27.20.100.9466
fpga_driver_lin=2021.11.3.0.09
fpga_driver_win=2021.11.3.0.09
# NVidia CUDA driver
Expand Down