ContributionsMost RecentMost LikesSolutionsRe: Error when compiling dpc++ for fpga Hello @BoonBengT_Altera , I'm trying to use fpga with Intel devCloud but, I didn't succeed. I also tried with vector_add but I had same error. URL: https://github.com/avirup247/WaterLeadLevelPredictor/tree/master/Hough_Transform_on_FPGAs_Using_oneAPI Second cuestion: Yes, i do. Error when compiling dpc++ for fpga I try compile oneAPI_samples to fpga but send me a error: Error: qsys script failed! See bin/bitstream/hough_transform_live.fpga.prj/quartus_sh_compile.log for details. 4:41:50 Error: set_project_property DEVICE AGFB014R24A2E2V: The device AGFB014R24A2E2V is unknown. llvm-foreach: icpx: error: fpga compiler command failed with exit code 1 (use -v to see invocation) quartus_sh_compile.log 4:41:50 Error: set_project_property DEVICE AGFB014R24A2E2V: The device AGFB014R24A2E2V is unknown. 2024.05.17.14:41:50 Info: add_instance hough_transform_live_fpga_di_inst hough_transform_live_fpga_di 2024.05.17.14:41:50 Info: set_instance_property hough_transform_live_fpga_di_inst AUTO_EXPORT true 2024.05.17.14:41:50 Info: save_system top_hough_transform_live_fpga_di.ip Solved