From 9b1f594cd89350e13de61d549a5bea975d54ffbc Mon Sep 17 00:00:00 2001 From: Yanfeng Xiao Date: Thu, 6 Jul 2023 03:15:53 -0700 Subject: [PATCH 1/2] [CI][Deps] Uplift CPU/FPGAEMU RT version to 2023.15.6.0.28 --- devops/dependencies.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index d97be2847afa9..ff0ef15036e33 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -25,21 +25,21 @@ "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "tbb": { - "github_tag": "v2021.8.0", - "version": "2021.8.0", - "url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.8.0/oneapi-tbb-2021.8.0-lin.tgz", + "github_tag": "v2021.9.0", + "version": "2021.9.0", + "url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.9.0/oneapi-tbb-2021.9.0-lin.tgz", "root": "{DEPS_ROOT}/tbb/lin" }, "oclcpu": { - "github_tag": "2023-WW13", - "version": "2023.15.3.0.20", - "url": "https://github.com/intel/llvm/releases/download/2023-WW13/oclcpuexp-2023.15.3.0.20_rel.tar.gz", + "github_tag": "2023-WW27", + "version": "2023.16.6.0.28", + "url": "https://github.com/intel/llvm/releases/download/2023-WW27/oclcpuexp-2023.16.6.0.28_rel.tar.gz", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu" }, "fpgaemu": { - "github_tag": "2023-WW13", - "version": "2023.15.3.0.20", - "url": "https://github.com/intel/llvm/releases/download/2023-WW13/fpgaemu-2023.15.3.0.20_rel.tar.gz", + "github_tag": "2023-WW27", + "version": "2023.16.6.0.28", + "url": "https://github.com/intel/llvm/releases/download/2023-WW27/fpgaemu-2023.16.6.0.28_rel.tar.gz", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu" }, "fpga": { @@ -53,21 +53,21 @@ "root": "" }, "tbb": { - "github_tag": "v2021.8.0", - "version": "2021.8.0", - "url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.8.0/oneapi-tbb-2021.8.0-win.zip", + "github_tag": "v2021.9.0", + "version": "2021.9.0", + "url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.9.0/oneapi-tbb-2021.9.0-win.zip", "root": "{DEPS_ROOT}/tbb/win" }, "oclcpu": { - "github_tag": "2023-WW13", - "version": "2023.15.3.0.20", - "url": "https://github.com/intel/llvm/releases/download/2023-WW13/win-oclcpuexp-2023.15.3.0.20_rel.zip", + "github_tag": "2023-WW27", + "version": "2023.16.6.0.28", + "url": "https://github.com/intel/llvm/releases/download/2023-WW27/win-oclcpuexp-2023.16.6.0.28_rel.zip", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu" }, "fpgaemu": { - "github_tag": "2023-WW13", - "version": "2023.15.3.0.20", - "url": "https://github.com/intel/llvm/releases/download/2023-WW13/win-fpgaemu-2023.15.3.0.20_rel.zip", + "github_tag": "2023-WW27", + "version": "2023.16.6.0.28", + "url": "https://github.com/intel/llvm/releases/download/2023-WW27/win-fpgaemu-2023.16.6.0.28_rel.zip", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu" }, "fpga": { From 325c120322baee0ad58c99850a54c9ca09331e00 Mon Sep 17 00:00:00 2001 From: "Yanfeng, Xiao" Date: Wed, 9 Aug 2023 14:38:25 +0800 Subject: [PATCH 2/2] Update TBB version --- devops/dependencies.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index ff0ef15036e33..f89f7605f888a 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -25,9 +25,9 @@ "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "tbb": { - "github_tag": "v2021.9.0", - "version": "2021.9.0", - "url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.9.0/oneapi-tbb-2021.9.0-lin.tgz", + "github_tag": "v2021.10.0", + "version": "2021.10.0", + "url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.10.0/oneapi-tbb-2021.10.0-lin.tgz", "root": "{DEPS_ROOT}/tbb/lin" }, "oclcpu": { @@ -53,9 +53,9 @@ "root": "" }, "tbb": { - "github_tag": "v2021.9.0", - "version": "2021.9.0", - "url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.9.0/oneapi-tbb-2021.9.0-win.zip", + "github_tag": "v2021.10.0", + "version": "2021.10.0", + "url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.10.0/oneapi-tbb-2021.10.0-win.zip", "root": "{DEPS_ROOT}/tbb/win" }, "oclcpu": {