@@ -269,28 +269,24 @@ The source files (`vector-add-buffers.cpp` and `vector-add-usm.cpp`) specify the
269
269
270
270
#### Run for CPU and GPU
271
271
272
- 1. Change to the output directory.
273
-
274
- 2. Run the program for Unified Shared Memory (USM) and buffers.
272
+ 1. Run the program for Unified Shared Memory (USM) and buffers.
275
273
```
276
274
./vector-add-buffers
277
275
./vector-add-usm
278
276
```
279
277
#### Run for FPGA
280
278
281
- 1. Change to the output directory.
282
-
283
- 2. Run for FPGA emulation.
279
+ 1. Run for FPGA emulation.
284
280
```
285
281
./vector-add-buffers.fpga_emu
286
282
./vector-add-usm.fpga_emu
287
283
```
288
- 3 . Run on FPGA simulator.
284
+ 2 . Run on FPGA simulator.
289
285
```
290
286
CL_CONTEXT_MPSIM_DEVICE_INTELFPGA=1 ./vector-add-buffers.fpga_sim
291
287
CL_CONTEXT_MPSIM_DEVICE_INTELFPGA=1 ./vector-add-usm.fpga_sim
292
288
```
293
- 4 . Run on FPGA hardware (only if you ran `cmake` with `-DFPGA_DEVICE=<board-support-package>:<board-variant>`).
289
+ 3 . Run on FPGA hardware (only if you ran `cmake` with `-DFPGA_DEVICE=<board-support-package>:<board-variant>`).
294
290
```
295
291
./vector-add-buffers.fpga
296
292
./vector-add-usm.fpga
@@ -300,31 +296,27 @@ The source files (`vector-add-buffers.cpp` and `vector-add-usm.cpp`) specify the
300
296
301
297
#### Run for CPU and GPU
302
298
303
- 1. Change to the output directory.
304
-
305
- 2. Run the program for Unified Shared Memory (USM) and buffers.
299
+ 1. Run the program for Unified Shared Memory (USM) and buffers.
306
300
```
307
301
vector-add-usm.exe
308
302
vector-add-buffers.exe
309
303
```
310
304
311
305
#### Run for FPGA
312
306
313
- 1. Change to the output directory.
314
-
315
- 2. Run for FPGA emulation.
307
+ 1. Run for FPGA emulation.
316
308
```
317
309
vector-add-buffers.fpga_emu.exe
318
310
vector-add-usm.fpga_emu.exe
319
311
```
320
- 3 . Run on FPGA simulator.
312
+ 2 . Run on FPGA simulator.
321
313
```
322
314
set CL_CONTEXT_MPSIM_DEVICE_INTELFPGA=1
323
315
vector-add-buffers.fpga_sim.exe
324
316
vector-add-usm.fpga_sim.exe
325
317
set CL_CONTEXT_MPSIM_DEVICE_INTELFPGA=
326
318
```
327
- 4 . Run on FPGA hardware (only if you ran `cmake` with `-DFPGA_DEVICE=<board-support-package>:<board-variant>`).
319
+ 3 . Run on FPGA hardware (only if you ran `cmake` with `-DFPGA_DEVICE=<board-support-package>:<board-variant>`).
328
320
```
329
321
vector-add-buffers.fpga.exe
330
322
vector-add-usm.fpga.exe
0 commit comments