From 760fec01c69c3c66e77faa50124571fbacdba240 Mon Sep 17 00:00:00 2001 From: Yanfeng Xiao Date: Thu, 24 Mar 2022 08:39:28 -0700 Subject: [PATCH 1/2] [BuildBot]Uplift CPU/FPGAEMU RT version to 2022.13.3.0.16 --- buildbot/dependency.conf | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/buildbot/dependency.conf b/buildbot/dependency.conf index 8829d62252025..31798edb8fd45 100644 --- a/buildbot/dependency.conf +++ b/buildbot/dependency.conf @@ -1,8 +1,8 @@ [VERSIONS] -# https://github.com/intel/llvm/releases/download/2021-WW50/oclcpuexp-2021.13.11.0.23_rel.tar.gz -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 +# https://github.com/intel/llvm/releases/download/2022-WW13/oclcpuexp-2022.13.3.0.16_rel.tar.gz +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 @@ -15,26 +15,26 @@ intel_sycl_ver=build # https://github.com/oneapi-src/oneTBB/blob/master/cmake/README.md # or downloaded using links below: # https://github.com/oneapi-src/oneTBB/releases/download/v2021.5.0/oneapi-tbb-2021.5.0-lin.tgz -tbb_ver=2021.5.0 +tbb_ver=2021.6.0.755 # https://github.com/oneapi-src/oneTBB/releases/download/v2021.5.0/oneapi-tbb-2021.5.0-win.zip -tbb_ver_win=2021.5.0 +tbb_ver_win=2021.6.0.755 -# https://github.com/intel/llvm/releases/download/2021-WW50/fpgaemu-2021.13.11.0.23_rel.tar.gz -ocl_fpga_emu_ver=2021.13.11.0.23 -# https://github.com/intel/llvm/releases/download/2021-WW50/win-fpgaemu-2021.13.11.0.23_rel.zip -ocl_fpga_emu_ver_win=2021.13.11.0.23 -fpga_ver=20211014_000004 -fpga_ver_win=20211014_000004 +# https://github.com/intel/llvm/releases/download/2022-WW13/fpgaemu-2022.13.3.0.16_rel.tar.gz +ocl_fpga_emu_ver=2022.13.3.0.16 +# https://github.com/intel/llvm/releases/download/2022-WW13/win-fpgaemu-2022.13.3.0.16_rel.zip +ocl_fpga_emu_ver_win=2022.13.3.0.16 +fpga_ver=20220120_000001 +fpga_ver_win=20220120_000001 # 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 +cpu_driver_lin=2022.13.3.0.16 +cpu_driver_win=2022.13.3.0.16 gpu_driver_lin=22.10.22597 gpu_driver_win=101.1404 -fpga_driver_lin=2021.13.11.0.23 -fpga_driver_win=2021.13.11.0.23 +fpga_driver_lin=2022.13.3.0.16 +fpga_driver_win=2022.13.3.0.16 # NVidia CUDA driver # TODO provide URL for CUDA driver nvidia_gpu_driver_lin=435.21 From 792cdb24398085be73dff5219a50b20d8a78fba7 Mon Sep 17 00:00:00 2001 From: Alexander Batashev Date: Wed, 30 Mar 2022 17:24:54 +0300 Subject: [PATCH 2/2] uplift gha runtimes --- devops/dependencies.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index 01a2cbed611b8..a58a36c758baf 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -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", + "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": { @@ -94,16 +94,16 @@ "root": "{DEPS_ROOT}/tbb/win" }, "oclcpu": { - "github_tag": "2021-WW50", - "version": "2021.13.11.0.23", - "url": "https://github.com/intel/llvm/releases/download/2021-WW50/win-oclcpuexp-2021.13.11.0.23_rel.zip", - "root": "{DEPS_ROOT}/opencl/runtime/win/oclcpu" + "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/win-fpgaemu-2021.13.11.0.23_rel.zip", - "root": "{DEPS_ROOT}/opencl/runtime/win/oclfpgaemu" + "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": { "root": "{ARCHIVE_ROOT}/comp/oclfpga/win"