@@ -164,33 +164,20 @@ which contains all the symbols required.
164
164
To run DPC++ applications on OpenCL devices, OpenCL implementation(s) must be
165
165
present in the system.
166
166
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.
169
170
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&trade ; ] ( 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.
189
175
190
176
Intel ` CPU ` runtime for OpenCL devices can be switched into Intel FPGA
191
177
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:
194
181
```
195
182
CL_CONFIG_DEVICES = fpga-emu
196
183
```
0 commit comments