Skip to content

Commit 590a9b8

Browse files
Apply suggestions from code review
Co-authored-by: Pavel Chupin <[email protected]>
1 parent af3380a commit 590a9b8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,19 +164,16 @@ 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-
Refer to [the dependency configuration file](../../buildbot/dependency.conf)
168-
for recommended Intel runtime versions. The same versions are used in BuildBot
169-
testing.
170167

171168
The `GPU` and `CPU` runtimes as well as TBB runtime which are needed to run
172169
DPC++ application on Intel `GPU` or Intel `CPU` devices can be downloaded using
173170
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.
175172

176173
Intel `CPU` runtime for OpenCL devices can be switched into Intel FPGA
177174
Emulation device for OpenCL. The following parameter should be set in `cl.cfg`
178175
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
180177
mode:
181178
```
182179
CL_CONFIG_DEVICES = fpga-emu

0 commit comments

Comments
 (0)