@@ -350,7 +350,7 @@ the following section [Find More](#find-more).
350
350
The Level Zero RT for ` GPU ` , OpenCL RT for ` GPU ` , OpenCL RT for ` CPU ` , FPGA
351
351
emulation RT and TBB runtime which are needed to run DPC++ application
352
352
on Intel ` GPU ` or Intel ` CPU ` devices can be downloaded using links in
353
- [ the dependency configuration file] ( ../../buildbot/dependency.conf )
353
+ [ the dependency configuration file] ( ../../devops/dependencies.json )
354
354
and installed following the instructions below. The same versions are used in
355
355
PR testing.
356
356
@@ -383,7 +383,7 @@ run the following commands
383
383
```
384
384
385
385
3) Extract or build TBB libraries using links in
386
- [the dependency configuration file](../../buildbot/dependency.conf ). For example,
386
+ [the dependency configuration file](../../devops/dependencies.json ). For example,
387
387
for the archive oneapi-tbb-< tbb_version> -lin.tgz:
388
388
389
389
` ` ` bash
@@ -436,11 +436,11 @@ not working properly.
436
436
437
437
2) Extract the archive with OpenCL runtime for Intel ` CPU` and/or for Intel
438
438
` FPGA` emulation using links in
439
- [the dependency configuration file](../../buildbot/dependency.conf ). For
439
+ [the dependency configuration file](../../devops/dependencies.json ). For
440
440
example, to ` c:\o clcpu_rt_< cpu_version> ` .
441
441
442
442
3) Extract the archive with TBB runtime or build it from sources using links
443
- in [the dependency configuration file](../../buildbot/dependency.conf ). For
443
+ in [the dependency configuration file](../../devops/dependencies.json ). For
444
444
example, to ` c:\o neapi-tbb-< tbb_version> ` .
445
445
446
446
4) Run ` Command Prompt` as ` Administrator` . To do that click ` Start` button,
0 commit comments