Skip to content

Commit 075361e

Browse files
authored
[SYCL] Update getting dependencies documentation (#1699)
1 parent 92e6226 commit 075361e

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -161,32 +161,16 @@ which contains all the symbols required.
161161
To run DPC++ applications on OpenCL devices, OpenCL implementation(s) must be
162162
present in the system.
163163

164-
Please, refer to [the Release Notes](../ReleaseNotes.md) for recommended Intel
165-
runtime versions.
166-
167-
The `GPU` runtime that is needed to run DPC++ application on Intel `GPU` devices
168-
can be downloaded from the following web pages:
169-
170-
* Linux: [Intel® Graphics Compute Runtime for
171-
OpenCL™](https://github.com/intel/compute-runtime/releases)
172-
173-
* Windows: [Intel® Download
174-
Center](https://downloadcenter.intel.com/product/80939/Graphics-Drivers)
175-
176-
To install Intel `CPU` runtime for OpenCL devices the corresponding runtime
177-
asset/archive should be downloaded from
178-
[DPC++ Compiler and Runtime updates](../ReleaseNotes.md) and installed following
179-
procedure below.
180-
181-
Intel `CPU` runtime for OpenCL depends on Threading Building Blocks library
182-
which should be downloaded from [Threading Building Blocks (TBB)
183-
GitHub repository](https://github.com/intel/tbb) and installed following
184-
procedure below.
164+
The `GPU` and `CPU` runtimes as well as TBB runtime which are needed to run
165+
DPC++ application on Intel `GPU` or Intel `CPU` devices can be downloaded using
166+
links in [the dependency configuration file](../../buildbot/dependency.conf)
167+
and installed following the instructions below. The same versions are used in PR testing.
185168

186169
Intel `CPU` runtime for OpenCL devices can be switched into Intel FPGA
187170
Emulation device for OpenCL. The following parameter should be set in `cl.cfg`
188-
file (available in directory containing CPU runtime for OpenCL) to switch
189-
OpenCL device mode:
171+
file (available in directory containing CPU runtime for OpenCL) or environment
172+
variable with the same name. The following value should be set to switch OpenCL device
173+
mode:
190174

191175
```bash
192176
CL_CONFIG_DEVICES = fpga-emu

0 commit comments

Comments
 (0)