Skip to content

Commit a7336c2

Browse files
committed
[SYCL] add instruction for setting FPGA emulator device
Signed-off-by: Vladimir Lazarev <[email protected]>
1 parent d27cff2 commit a7336c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sycl/doc/GetStartedWithSYCLCompiler.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ which should be downloaded from [Threading Building Blocks (TBB)
138138
GitHub repository](https://github.com/intel/tbb) and installed following
139139
procedure below.
140140

141+
Intel `CPU` runtime for OpenCL devices can be switched into Intel FPGA
142+
Emulation device for OpenCL. The following parameter should be set in `cl.cfg`
143+
file (available in directory containing CPU runtime for OpenCL) to switch
144+
OpenCL device mode:
145+
```
146+
CL_CONFIG_DEVICES = fpga-emu
147+
```
148+
141149
**Linux**
142150

143151
1) Extract the archive. For example, for the archive

0 commit comments

Comments
 (0)