Forum Discussion
amaltaha
Occasional Contributor
4 years agoException in running vector-add on FPGA device on arria10 devcloud
Hello,
I am trying to run vector-add of fpga_compile example on Intel oneAPI devcloud on hardware FPGA by ./fpga_compile.fpga
I have connected through ssh on MobaXterm and I have specified the ...
- 4 years ago
using the command
dpcpp -fintelfpga -Xshardware <source_file>.cppSolved the problem, make fpga didn't work on any node. probably the problem is in my side.
Thank you!
amaltaha
Occasional Contributor
4 years agousing the command
dpcpp -fintelfpga -Xshardware <source_file>.cpp
Solved the problem, make fpga didn't work on any node. probably the problem is in my side.
Thank you!