@@ -207,35 +207,37 @@ run the following commands
207
207
/etc/OpenCL/vendors/intel_expcpu.icd
208
208
```
209
209
210
- 3) Extract TBB libraries. For example, for the archive tbb-< tbb_version> -lin.tgz
210
+ 3) Extract or build TBB libraries using links in
211
+ [the dependency configuration file](../../buildbot/dependency.conf). For example,
212
+ for the archive oneapi-tbb-< tbb_version> -lin.tgz:
211
213
212
214
` ` ` bash
213
- mkdir -p /opt/intel/tbb_ < tbb_version >
214
- cd /opt/intel/tbb_ < tbb_version >
215
- tar -zxvf tbb* lin.tgz
215
+ mkdir -p /opt/intel
216
+ cd /opt/intel
217
+ tar -zxvf oneapi- tbb* lin.tgz
216
218
` ` `
217
219
218
220
4) Copy files from or create symbolic links to TBB libraries in OpenCL RT
219
221
folder:
220
222
221
223
` ` ` bash
222
224
# OpenCL FPGA emulation RT
223
- ln -s /opt/intel/tbb_ < tbb_version> /tbb /lib/intel64/gcc4.8/libtbb.so
225
+ ln -s /opt/intel/oneapi-tbb- < tbb_version> /lib/intel64/gcc4.8/libtbb.so
224
226
/opt/intel/oclfpgaemu_< fpga_version> /x64
225
- ln -s /opt/intel/tbb_ < tbb_version> /tbb /lib/intel64/gcc4.8/libtbbmalloc.so
227
+ ln -s /opt/intel/oneapi-tbb- < tbb_version> /lib/intel64/gcc4.8/libtbbmalloc.so
226
228
/opt/intel/oclfpgaemu_< fpga_version> /x64
227
- ln -s /opt/intel/tbb_ < tbb_version> /tbb /lib/intel64/gcc4.8/libtbb.so.12
229
+ ln -s /opt/intel/oneapi-tbb- < tbb_version> /lib/intel64/gcc4.8/libtbb.so.12
228
230
/opt/intel/oclfpgaemu_< fpga_version> /x64
229
- ln -s /opt/intel/tbb_ < tbb_version> /tbb /lib/intel64/gcc4.8/libtbbmalloc.so.2
231
+ ln -s /opt/intel/oneapi-tbb- < tbb_version> /lib/intel64/gcc4.8/libtbbmalloc.so.2
230
232
/opt/intel/oclfpgaemu_< fpga_version> /x64
231
233
# OpenCL CPU RT
232
- ln -s /opt/intel/tbb_ < tbb_version> /tbb /lib/intel64/gcc4.8/libtbb.so
234
+ ln -s /opt/intel/oneapi-tbb- < tbb_version> /lib/intel64/gcc4.8/libtbb.so
233
235
/opt/intel/oclcpuexp_< cpu_version> /x64
234
- ln -s /opt/intel/tbb_ < tbb_version> /tbb /lib/intel64/gcc4.8/libtbbmalloc.so
236
+ ln -s /opt/intel/oneapi-tbb- < tbb_version> /lib/intel64/gcc4.8/libtbbmalloc.so
235
237
/opt/intel/oclcpuexp_< cpu_version> /x64
236
- ln -s /opt/intel/tbb_ < tbb_version> /tbb /lib/intel64/gcc4.8/libtbb.so.12
238
+ ln -s /opt/intel/oneapi-tbb- < tbb_version> /lib/intel64/gcc4.8/libtbb.so.12
237
239
/opt/intel/oclcpuexp_< cpu_version> /x64
238
- ln -s /opt/intel/tbb_ < tbb_version> /tbb /lib/intel64/gcc4.8/libtbbmalloc.so.2
240
+ ln -s /opt/intel/oneapi-tbb- < tbb_version> /lib/intel64/gcc4.8/libtbbmalloc.so.2
239
241
/opt/intel/oclcpuexp_< cpu_version> /x64
240
242
` ` `
241
243
@@ -262,9 +264,9 @@ not working properly.
262
264
[the dependency configuration file](../../buildbot/dependency.conf). For
263
265
example, to ` c:\o clcpu_rt_< cpu_version> ` .
264
266
265
- 3) Extract the archive with TBB runtime using links in
266
- [the dependency configuration file](../../buildbot/dependency.conf). For
267
- example, to ` c:\t bb_ < tbb_version> ` .
267
+ 3) Extract the archive with TBB runtime or build it from sources using links
268
+ in [the dependency configuration file](../../buildbot/dependency.conf). For
269
+ example, to ` c:\o neapi-tbb- < tbb_version> ` .
268
270
269
271
4) Run ` Command Prompt` as ` Administrator` . To do that click ` Start` button,
270
272
type ` Command Prompt` , click the Right mouse button on it, then click
@@ -278,10 +280,10 @@ command:
278
280
` ` ` bash
279
281
# Install OpenCL FPGA emulation RT
280
282
# Answer N to clean previous OCL_ICD_FILENAMES configuration
281
- c:\o clfpga_rt_< fpga_version> \i nstall.bat c:\t bb_ < tbb_version> \t bb \b in \i ntel64\v c14
283
+ c:\o clfpga_rt_< fpga_version> \i nstall.bat c:\o neapi-tbb- < tbb_version> \r edist \i ntel64\v c14
282
284
# Install OpenCL CPU RT
283
285
# Answer Y to setup CPU RT side-bi-side with FPGA RT
284
- c:\o clcpu_rt_< cpu_version> \i nstall.bat c:\t bb_ < tbb_version> \t bb \b in \i ntel64\v c14
286
+ c:\o clcpu_rt_< cpu_version> \i nstall.bat c:\o neapi-tbb- < tbb_version> \r edist \i ntel64\v c14
285
287
` ` `
286
288
287
289
# ## Obtain prerequisites for ahead of time (AOT) compilation
0 commit comments