Skip to content

[Buildbot] Update Windows GPU version to 101.1404 #5800

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
Mar 15, 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
10 changes: 5 additions & 5 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/22.09.22577
ocl_gpu_rt_ver=22.09.22577
# Same GPU driver supports Level Zero and OpenCL
# https://downloadmirror.intel.com/721124/igfx_win_101.1340.zip
ocl_gpu_rt_ver_win=101.1340
# https://downloadmirror.intel.com/723911/igfx_win_101.1404.zip
ocl_gpu_rt_ver_win=101.1404
intel_sycl_ver=build

# TBB binaries can be built from sources following instructions under
Expand All @@ -25,14 +25,14 @@ 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
# https://downloadmirror.intel.com/721124/igfx_win_101.1340.zip
ocloc_ver_win=101.1340
# https://downloadmirror.intel.com/723911/igfx_win_101.1404.zip
ocloc_ver_win=101.1404

[DRIVER VERSIONS]
cpu_driver_lin=2021.13.11.0.23
cpu_driver_win=2021.13.11.0.23
gpu_driver_lin=22.09.22577
gpu_driver_win=101.1340
gpu_driver_win=101.1404
fpga_driver_lin=2021.13.11.0.23
fpga_driver_win=2021.13.11.0.23
# NVidia CUDA driver
Expand Down