Skip to content

[Buildbot] Upgrade Windows GPU driver to 101.1191 #5269

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
Jan 12, 2022
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
8 changes: 4 additions & 4 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.13.11.0.23
# https://github.com/intel/compute-runtime/releases/tag/21.46.21636
ocl_gpu_rt_ver=21.46.21636
# Same GPU driver supports Level Zero and OpenCL
# https://downloadmirror.intel.com/685037/igfx_win_101.1069.zip
ocl_gpu_rt_ver_win=30.0.101.1069
# https://downloadmirror.intel.com/691496/igfx_win_101.1191.zip
ocl_gpu_rt_ver_win=101.1191
intel_sycl_ver=build

# TBB binaries can be built from sources following instructions under
Expand All @@ -25,13 +25,13 @@ ocl_fpga_emu_ver=2021.13.11.0.23
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
ocloc_ver_win=101.1191

[DRIVER VERSIONS]
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
gpu_driver_win=101.1191
fpga_driver_lin=2021.13.11.0.23
fpga_driver_win=2021.13.11.0.23
# NVidia CUDA driver
Expand Down