We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27cff2 commit a7336c2Copy full SHA for a7336c2
sycl/doc/GetStartedWithSYCLCompiler.md
@@ -138,6 +138,14 @@ which should be downloaded from [Threading Building Blocks (TBB)
138
GitHub repository](https://github.com/intel/tbb) and installed following
139
procedure below.
140
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
+
149
**Linux**
150
151
1) Extract the archive. For example, for the archive
0 commit comments