Skip to content

Commit cb6cc98

Browse files
authored
[BuildBot] Uplift CPU/FPGAEMU RT version to 2022.13.3.0.16 (#5883)
OpenCL CPU RT: 2021.13.11.0.23 -> 2022.13.3.0.16 OpenCL FPGAEMU RT: 2021.13.11.0.23 -> 2022.13.3.0.16 TBB Linux: 2021.5.0 -> 2021.6.0.755 TBB Win: 2021.5.0 -> 2021.6.0.755 OpenCL FPGA RT Linux: 20211014_000004 -> 20220120_000001 OpenCL FPGA RT Windows: 20211014_000004 -> 20220120_000001
1 parent 1d84c99 commit cb6cc98

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

buildbot/dependency.conf

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[VERSIONS]
2-
# https://github.com/intel/llvm/releases/download/2021-WW50/oclcpuexp-2021.13.11.0.23_rel.tar.gz
3-
ocl_cpu_rt_ver=2021.13.11.0.23
4-
# https://github.com/intel/llvm/releases/download/2021-WW50/win-oclcpuexp-2021.13.11.0.23_rel.zip
5-
ocl_cpu_rt_ver_win=2021.13.11.0.23
2+
# https://github.com/intel/llvm/releases/download/2022-WW13/oclcpuexp-2022.13.3.0.16_rel.tar.gz
3+
ocl_cpu_rt_ver=2022.13.3.0.16
4+
# https://github.com/intel/llvm/releases/download/2022-WW13/win-oclcpuexp-2022.13.3.0.16_rel.zip
5+
ocl_cpu_rt_ver_win=2022.13.3.0.16
66
# Same GPU driver supports Level Zero and OpenCL
77
# https://github.com/intel/compute-runtime/releases/tag/22.10.22597
88
ocl_gpu_rt_ver=22.10.22597
@@ -15,26 +15,26 @@ intel_sycl_ver=build
1515
# https://github.com/oneapi-src/oneTBB/blob/master/cmake/README.md
1616
# or downloaded using links below:
1717
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.5.0/oneapi-tbb-2021.5.0-lin.tgz
18-
tbb_ver=2021.5.0
18+
tbb_ver=2021.6.0.755
1919
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.5.0/oneapi-tbb-2021.5.0-win.zip
20-
tbb_ver_win=2021.5.0
20+
tbb_ver_win=2021.6.0.755
2121

22-
# https://github.com/intel/llvm/releases/download/2021-WW50/fpgaemu-2021.13.11.0.23_rel.tar.gz
23-
ocl_fpga_emu_ver=2021.13.11.0.23
24-
# https://github.com/intel/llvm/releases/download/2021-WW50/win-fpgaemu-2021.13.11.0.23_rel.zip
25-
ocl_fpga_emu_ver_win=2021.13.11.0.23
26-
fpga_ver=20211014_000004
27-
fpga_ver_win=20211014_000004
22+
# https://github.com/intel/llvm/releases/download/2022-WW13/fpgaemu-2022.13.3.0.16_rel.tar.gz
23+
ocl_fpga_emu_ver=2022.13.3.0.16
24+
# https://github.com/intel/llvm/releases/download/2022-WW13/win-fpgaemu-2022.13.3.0.16_rel.zip
25+
ocl_fpga_emu_ver_win=2022.13.3.0.16
26+
fpga_ver=20220120_000001
27+
fpga_ver_win=20220120_000001
2828
# https://downloadmirror.intel.com/723911/igfx_win_101.1404.zip
2929
ocloc_ver_win=101.1404
3030

3131
[DRIVER VERSIONS]
32-
cpu_driver_lin=2021.13.11.0.23
33-
cpu_driver_win=2021.13.11.0.23
32+
cpu_driver_lin=2022.13.3.0.16
33+
cpu_driver_win=2022.13.3.0.16
3434
gpu_driver_lin=22.10.22597
3535
gpu_driver_win=101.1404
36-
fpga_driver_lin=2021.13.11.0.23
37-
fpga_driver_win=2021.13.11.0.23
36+
fpga_driver_lin=2022.13.3.0.16
37+
fpga_driver_win=2022.13.3.0.16
3838
# NVidia CUDA driver
3939
# TODO provide URL for CUDA driver
4040
nvidia_gpu_driver_lin=435.21

devops/dependencies.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"root": "{DEPS_ROOT}/tbb/lin"
2626
},
2727
"oclcpu": {
28-
"github_tag": "2021-WW50",
29-
"version": "2021.13.11.0.23",
30-
"url": "https://github.com/intel/llvm/releases/download/2021-WW50/oclcpuexp-2021.13.11.0.23_rel.tar.gz",
28+
"github_tag": "2022-WW13",
29+
"version": "2022.13.3.0.16",
30+
"url": "https://github.com/intel/llvm/releases/download/2022-WW13/oclcpuexp-2022.13.3.0.16_rel.tar.gz",
3131
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu"
3232
},
3333
"fpgaemu": {
34-
"github_tag": "2021-WW50",
35-
"version": "2021.13.11.0.23",
36-
"url": "https://github.com/intel/llvm/releases/download/2021-WW50/fpgaemu-2021.13.11.0.23_rel.tar.gz",
34+
"github_tag": "2022-WW13",
35+
"version": "2022.13.3.0.16",
36+
"url": "https://github.com/intel/llvm/releases/download/2022-WW13/fpgaemu-2022.13.3.0.16_rel.tar.gz",
3737
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu"
3838
},
3939
"fpga": {
@@ -94,16 +94,16 @@
9494
"root": "{DEPS_ROOT}/tbb/win"
9595
},
9696
"oclcpu": {
97-
"github_tag": "2021-WW50",
98-
"version": "2021.13.11.0.23",
99-
"url": "https://github.com/intel/llvm/releases/download/2021-WW50/win-oclcpuexp-2021.13.11.0.23_rel.zip",
100-
"root": "{DEPS_ROOT}/opencl/runtime/win/oclcpu"
97+
"github_tag": "2022-WW13",
98+
"version": "2022.13.3.0.16",
99+
"url": "https://github.com/intel/llvm/releases/download/2022-WW13/oclcpuexp-2022.13.3.0.16_rel.tar.gz",
100+
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu"
101101
},
102102
"fpgaemu": {
103-
"github_tag": "2021-WW50",
104-
"version": "2021.13.11.0.23",
105-
"url": "https://github.com/intel/llvm/releases/download/2021-WW50/win-fpgaemu-2021.13.11.0.23_rel.zip",
106-
"root": "{DEPS_ROOT}/opencl/runtime/win/oclfpgaemu"
103+
"github_tag": "2022-WW13",
104+
"version": "2022.13.3.0.16",
105+
"url": "https://github.com/intel/llvm/releases/download/2022-WW13/fpgaemu-2022.13.3.0.16_rel.tar.gz",
106+
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu"
107107
},
108108
"fpga": {
109109
"root": "{ARCHIVE_ROOT}/comp/oclfpga/win"

0 commit comments

Comments
 (0)