Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 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=2021.13.11.0.23
# https://github.com/intel/llvm/releases/download/2021-WW50/win-oclcpuexp-2021.13.11.0.23_rel.zip
ocl_cpu_rt_ver_win=2021.13.11.0.23
# 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=2021.13.11.0.23
cpu_driver_win=2021.13.11.0.23
gpu_driver_lin=22.10.22597
gpu_driver_lin=22.11.22682
gpu_driver_win=101.1404
fpga_driver_lin=2021.13.11.0.23
fpga_driver_win=2021.13.11.0.23
Expand Down
36 changes: 18 additions & 18 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 All @@ -25,15 +25,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",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexbatashev, this PR is supposed to update GPU driver, not CPU. There is another PR for updating CPU runtime.

"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 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