Skip to content

Commit 8ef8798

Browse files
authored
[SYCL][Doc] Add a link to TBB build from source instructions (#2819)
OpenCL runtime for Intel CPU on windows depends on updated version of TBB libraries which are not available in binary form. The TBB libraries can be built from sources under https://github.com/oneapi-src/oneTBB/. Corresponding message was added to buildbot/dependency.conf file.
1 parent 140c0d0 commit 8ef8798

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildbot/dependency.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ ocl_gpu_rt_ver_win=27.20.100.8935
1212
intel_sycl_ver=build
1313
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1-beta10/oneapi-tbb-2021.1-beta10-lin.tgz
1414
tbb_ver=2021.1.053
15-
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1-beta10/oneapi-tbb-2021.1-beta10-win.zip
15+
# Binaries can be built from sources following instructions under:
16+
# https://github.com/oneapi-src/oneTBB/blob/master/cmake/README.md
1617
tbb_ver_win=2021.1.049
1718
# https://github.com/intel/llvm/releases/download/2020-WW45/fpgaemu-2020.11.11.0.04_rel.tar.gz
1819
ocl_fpga_emu_ver=2020.11.11.0.04

0 commit comments

Comments
 (0)