Skip to content

[BuildBot] Uplift GPU RT version for Linux CI Process #5897

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

Closed
Show file tree
Hide file tree
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,8 +4,8 @@ ocl_cpu_rt_ver=2022.13.3.0.16
# https://github.com/intel/llvm/releases/download/2022-WW13/win-oclcpuexp-2022.13.3.0.16_rel.zip
ocl_cpu_rt_ver_win=2022.13.3.0.16
# Same GPU driver supports Level Zero and OpenCL
# https://github.com/intel/compute-runtime/releases/tag/22.10.22597
ocl_gpu_rt_ver=22.10.22597
# https://github.com/intel/compute-runtime/releases/tag/22.11.22682
ocl_gpu_rt_ver=22.11.22682
# Same GPU driver supports Level Zero and OpenCL
# https://downloadmirror.intel.com/723911/igfx_win_101.1404.zip
ocl_gpu_rt_ver_win=101.1404
Expand All @@ -31,7 +31,7 @@ ocloc_ver_win=101.1404
[DRIVER VERSIONS]
cpu_driver_lin=2022.13.3.0.16
cpu_driver_win=2022.13.3.0.16
gpu_driver_lin=22.10.22597
gpu_driver_lin=22.11.22682
gpu_driver_win=101.1404
fpga_driver_lin=2022.13.3.0.16
fpga_driver_win=2022.13.3.0.16
Expand Down
24 changes: 12 additions & 12 deletions devops/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"linux": {
"compute_runtime": {
"github_tag": "22.10.22597",
"version": "22.10.22597",
"url": "https://github.com/intel/compute-runtime/releases/tag/22.10.22597",
"github_tag": "22.11.22682",
"version": "22.11.22682",
"url": "https://github.com/intel/compute-runtime/releases/tag/22.11.22682",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"igc": {
Expand All @@ -13,9 +13,9 @@
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"cm": {
"github_tag": "cmclang-1.0.120",
"version": "1.0.120",
"url": "https://github.com/intel/cm-compiler/releases/tag/cmclang-1.0.120",
"github_tag": "cmclang-1.0.126",
"version": "1.0.126",
"url": "https://github.com/intel/cm-compiler/releases/tag/cmclang-1.0.126",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"tbb": {
Expand Down Expand Up @@ -66,15 +66,15 @@
"root": "{DEPS_ROOT}/tbb/lin"
},
"oclcpu": {
"github_tag": "2021-WW50",
"version": "2021.13.11.0.23",
"url": "https://github.com/intel/llvm/releases/download/2021-WW50/oclcpuexp-2021.13.11.0.23_rel.tar.gz",
"github_tag": "2022-WW13",
"version": "2022.13.3.0.16",
"url": "https://github.com/intel/llvm/releases/download/2022-WW13/oclcpuexp-2022.13.3.0.16_rel.tar.gz",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu"
},
"fpgaemu": {
"github_tag": "2021-WW50",
"version": "2021.13.11.0.23",
"url": "https://github.com/intel/llvm/releases/download/2021-WW50/fpgaemu-2021.13.11.0.23_rel.tar.gz",
"github_tag": "2022-WW13",
"version": "2022.13.3.0.16",
"url": "https://github.com/intel/llvm/releases/download/2022-WW13/fpgaemu-2022.13.3.0.16_rel.tar.gz",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu"
},
"fpga": {
Expand Down