File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -164,19 +164,16 @@ 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
- Refer to [ the dependency configuration file] ( ../../buildbot/dependency.conf )
168
- for recommended Intel runtime versions. The same versions are used in BuildBot
169
- testing.
170
167
171
168
The ` GPU ` and ` CPU ` runtimes as well as TBB runtime which are needed to run
172
169
DPC++ application on Intel ` GPU ` or Intel ` CPU ` devices can be downloaded using
173
170
links in [ the dependency configuration file] ( ../../buildbot/dependency.conf )
174
- and installed following the instructions below.
171
+ and installed following the instructions below. The same versions are used in PR testing.
175
172
176
173
Intel ` CPU ` runtime for OpenCL devices can be switched into Intel FPGA
177
174
Emulation device for OpenCL. The following parameter should be set in ` cl.cfg `
178
175
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
176
+ variable with the same name. The following value should be set to switch OpenCL device
180
177
mode:
181
178
```
182
179
CL_CONFIG_DEVICES = fpga-emu
You can’t perform that action at this time.
0 commit comments