Skip to content

Commit

Permalink
[CI][Deps] Uplift CPU/FPGAEMU RT version to 2024.18.6.0.02 (#14232)
Browse files Browse the repository at this point in the history
Uplift CPU/FPGAEMU RT version from 2024.17.3.0.09 to 2024.18.6.0.02
Uplift TBB versoin from 2021.11.0 to 2021.12.0
  • Loading branch information
yanfeng3721 authored Jul 17, 2024
1 parent d42d90e commit cbbae74
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions devops/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"tbb": {
"github_tag": "v2021.11.0",
"version": "2021.11.0",
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.11.0/oneapi-tbb-2021.11.0-lin.tgz",
"github_tag": "v2021.12.0",
"version": "2021.12.0",
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.12.0/oneapi-tbb-2021.12.0-lin.tgz",
"root": "{DEPS_ROOT}/tbb/lin"
},
"oclcpu": {
"github_tag": "2024-WW14",
"version": "2024.17.3.0.09",
"url": "https://github.com/intel/llvm/releases/download/2024-WW14/oclcpuexp-2024.17.3.0.09_rel.tar.gz",
"github_tag": "2024-WW25",
"version": "2024.18.6.0.02",
"url": "https://github.com/intel/llvm/releases/download/2024-WW25/oclcpuexp-2024.18.6.0.02_rel.tar.gz",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu"
},
"fpgaemu": {
"github_tag": "2024-WW14",
"version": "2024.17.3.0.09",
"url": "https://github.com/intel/llvm/releases/download/2024-WW14/fpgaemu-2024.17.3.0.09_rel.tar.gz",
"github_tag": "2024-WW25",
"version": "2024.18.6.0.02",
"url": "https://github.com/intel/llvm/releases/download/2024-WW25/fpgaemu-2024.18.6.0.02_rel.tar.gz",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu"
},
"fpga": {
Expand All @@ -53,21 +53,21 @@
"root": ""
},
"tbb": {
"github_tag": "v2021.11.0",
"version": "2021.11.0",
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.11.0/oneapi-tbb-2021.11.0-win.zip",
"github_tag": "v2021.12.0",
"version": "2021.12.0",
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.12.0/oneapi-tbb-2021.12.0-win.zip",
"root": "{DEPS_ROOT}/tbb/win"
},
"oclcpu": {
"github_tag": "2024-WW14",
"version": "2024.17.3.0.09",
"url": "https://github.com/intel/llvm/releases/download/2024-WW14/win-oclcpuexp-2024.17.3.0.09_rel.zip",
"github_tag": "2024-WW25",
"version": "2024.18.6.0.02",
"url": "https://github.com/intel/llvm/releases/download/2024-WW25/win-oclcpuexp-2024.18.6.0.02_rel.zip",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu"
},
"fpgaemu": {
"github_tag": "2024-WW14",
"version": "2024.17.3.0.09",
"url": "https://github.com/intel/llvm/releases/download/2024-WW14/win-fpgaemu-2024.17.3.0.09_rel.zip",
"github_tag": "2024-WW25",
"version": "2024.18.6.0.02",
"url": "https://github.com/intel/llvm/releases/download/2024-WW25/win-fpgaemu-2024.18.6.0.02_rel.zip",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu"
},
"fpga": {
Expand Down

0 comments on commit cbbae74

Please sign in to comment.