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 agoI get a different error when I try to run it on Stratix 10. which is:
Caught a SYCL host exception:
No device of requested type available. Please check https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-system-requirements.html -1 (CL_DEVICE_NOT_FOUND)
terminate called after throwing an instance of 'cl::sycl::runtime_error'
what(): No device of requested type available. Please check https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-system-requirements.html -1 (CL_DEVICE_NOT_FOUND)
Aborted