@@ -161,32 +161,16 @@ which contains all the symbols required.
161
161
To run DPC++ applications on OpenCL devices, OpenCL implementation(s) must be
162
162
present in the system.
163
163
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&trade ; ] ( 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.
185
168
186
169
Intel ` CPU ` runtime for OpenCL devices can be switched into Intel FPGA
187
170
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:
190
174
191
175
``` bash
192
176
CL_CONFIG_DEVICES = fpga-emu
0 commit comments