Forum Discussion

amaltaha's avatar
amaltaha
Icon for Occasional Contributor rankOccasional Contributor
4 years ago
Solved

Exception 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 ...
  • amaltaha's avatar
    4 years ago

    using 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!