Skip to content

Commit af3380a

Browse files
committed
[SYCL] Update getting dependencies documentation
1 parent 4bf22cc commit af3380a

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -164,33 +164,20 @@ which contains all the symbols required.
164164
To run DPC++ applications on OpenCL devices, OpenCL implementation(s) must be
165165
present in the system.
166166

167-
Please, refer to [the Release Notes](../ReleaseNotes.md) for recommended Intel
168-
runtime versions.
167+
Refer to [the dependency configuration file](../../buildbot/dependency.conf)
168+
for recommended Intel runtime versions. The same versions are used in BuildBot
169+
testing.
169170

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

190176
Intel `CPU` runtime for OpenCL devices can be switched into Intel FPGA
191177
Emulation device for OpenCL. The following parameter should be set in `cl.cfg`
192-
file (available in directory containing CPU runtime for OpenCL) to switch
193-
OpenCL device mode:
178+
file (available in directory containing CPU runtime for OpenCL) or environment
179+
variable with the same name and value should be set to switch OpenCL device
180+
mode:
194181
```
195182
CL_CONFIG_DEVICES = fpga-emu
196183
```

0 commit comments

Comments
 (0)