-
Notifications
You must be signed in to change notification settings - Fork 738
/
dependencies.json
77 lines (77 loc) · 2.7 KB
/
dependencies.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"linux": {
"compute_runtime": {
"github_tag": "24.31.30508.7",
"version": "24.31.30508.7",
"url": "https://github.com/intel/compute-runtime/releases/tag/24.31.30508.7",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"igc": {
"github_tag": "igc-1.0.17384.11",
"version": "1.0.17384.11",
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.17384.11",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"cm": {
"github_tag": "cmclang-1.0.144",
"version": "1.0.144",
"url": "https://github.com/intel/cm-compiler/releases/tag/cmclang-1.0.144",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"level_zero": {
"github_tag": "v1.17.42",
"version": "v1.17.42",
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.17.42",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"tbb": {
"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-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-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": {
"root": "{ARCHIVE_ROOT}/comp/oclfpga/linux"
}
},
"windows": {
"compute_runtime": {
"version": "101.1191",
"url": "https://downloadmirror.intel.com/691496/igfx_win_101.1191.zip",
"root": ""
},
"tbb": {
"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-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-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": {
"root": "{ARCHIVE_ROOT}/comp/oclfpga/win"
}
}
}