diff --git a/buildbot/dependency.conf b/buildbot/dependency.conf index 31798edb8fd45..b66797b70e550 100644 --- a/buildbot/dependency.conf +++ b/buildbot/dependency.conf @@ -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 @@ -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 diff --git a/devops/dependencies.json b/devops/dependencies.json index a58a36c758baf..38655fa0db102 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -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": { @@ -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": { @@ -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": {