From 7b4e855c344c853909e687ddcfcea67ca887e28f Mon Sep 17 00:00:00 2001 From: Pavel V Chupin Date: Mon, 15 Aug 2022 15:41:51 -0700 Subject: [PATCH] [CI][Deps] Uplift CPU/FPGAEMU RT version to 2022.14.8.0.04 This is for Github Actions. See buildbot/Jenkins counterpart at https://github.com/intel/llvm/pull/6563 Chris said we also should revert https://github.com/intel/llvm-test-suite/pull/983 as a follow up. --- devops/dependencies.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index 792f5364a5b1a..b5b3b9a3d25cb 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -25,15 +25,15 @@ "root": "{DEPS_ROOT}/tbb/lin" }, "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", + "github_tag": "2022-WW33", + "version": "2022.14.8.0.04", + "url": "https://github.com/intel/llvm/releases/download/2022-WW33/oclcpuexp-2022.14.8.0.04_rel.tar.gz", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu" }, "fpgaemu": { - "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", + "github_tag": "2022-WW33", + "version": "2022.14.8.0.04", + "url": "https://github.com/intel/llvm/releases/download/2022-WW33/fpgaemu-2022.14.8.0.04_rel.tar.gz", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu" }, "fpga": { @@ -94,19 +94,19 @@ "root": "{DEPS_ROOT}/tbb/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", + "github_tag": "2022-WW33", + "version": "2022.14.8.0.04", + "url": "https://github.com/intel/llvm/releases/download/2022-WW33/win-oclcpuexp-2022.14.8.0.04_rel.zip", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu" }, "fpgaemu": { - "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", + "github_tag": "2022-WW33", + "version": "2022.14.8.0.04", + "url": "https://github.com/intel/llvm/releases/download/2022-WW33/win-fpgaemu-2022.14.8.0.04_rel.zip", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu" }, "fpga": { "root": "{ARCHIVE_ROOT}/comp/oclfpga/win" } } -} \ No newline at end of file +}