forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependency.conf
54 lines (49 loc) · 2.04 KB
/
dependency.conf
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
[VERSIONS]
# https://github.com/intel/llvm/releases/download/2022-WW50/oclcpuexp-2022.15.12.0.01_rel.tar.gz
ocl_cpu_rt_ver=2022.15.12.0.01
# https://github.com/intel/llvm/releases/download/2022-WW50/win-oclcpuexp-2022.15.12.0.01_rel.zip
ocl_cpu_rt_ver_win=2022.15.12.0.01
# Same GPU driver supports Level Zero and OpenCL
# https://github.com/intel/compute-runtime/releases/tag/22.35.24055
ocl_gpu_rt_ver=22.35.24055
# Same GPU driver supports Level Zero and OpenCL
# https://downloadmirror.intel.com/723911/igfx_win_101.1404.zip
ocl_gpu_rt_ver_win=101.1404
intel_sycl_ver=build
# TBB binaries can be built from sources following instructions under
# https://github.com/oneapi-src/oneTBB/blob/master/cmake/README.md
# or downloaded using links below:
# https://github.com/oneapi-src/oneTBB/releases
tbb_ver=2021.7.0.3128
# https://github.com/oneapi-src/oneTBB/releases
tbb_ver_win=2021.7.0_2943
# https://github.com/intel/llvm/releases/download/2022-WW50/fpgaemu-2022.15.12.0.01_rel.tar.gz
ocl_fpga_emu_ver=2022.15.12.0.01
# https://github.com/intel/llvm/releases/download/2022-WW50/win-fpgaemu-2022.15.12.0.01_rel.zip
ocl_fpga_emu_ver_win=2022.15.12.0.01
fpga_ver=20221104_143714
fpga_ver_win=20221104_143951
# https://downloadmirror.intel.com/723911/igfx_win_101.1404.zip
ocloc_ver_win=101.1404
[DRIVER VERSIONS]
cpu_driver_lin=2022.15.12.0.01
cpu_driver_win=2022.15.12.0.01
gpu_driver_lin=22.35.24055
gpu_driver_win=101.1404
fpga_driver_lin=2022.15.12.0.01
fpga_driver_win=2022.15.12.0.01
# NVidia CUDA driver
# TODO provide URL for CUDA driver
nvidia_gpu_driver_lin=435.21
[DEPS ROOT]
ocl_cpu_root={DEPS_ROOT}/opencl/runtime/linux/oclcpu
ocl_gpu_root={DEPS_ROOT}/opencl/runtime/linux/oclgpu
fpga_root={ARCHIVE_ROOT}/comp/oclfpga/linux
ocl_fpga_emu_root={DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu
tbb_root={DEPS_ROOT}/tbb/lin
ocl_cpu_root_win={DEPS_ROOT}/opencl/runtime/win/oclcpu
ocl_gpu_root_win=
fpga_root_win={ARCHIVE_ROOT}/comp/oclfpga/win
ocl_fpga_emu_root_win={DEPS_ROOT}/opencl/runtime/win/oclfpgaemu
tbb_root_win={DEPS_ROOT}/tbb/win
ocloc_root_win={DEPS_ROOT}/opencl/ocloc/win