dpcpp -fintelfpga -DFPGA_EMULATOR knn_trial2.cpp -o knn.fpga_emu and dpcpp -fintelfpga -Xshardware fpga_compile.cpp -o fpga_compile.fpga The results give now an average of 0.0005 s, which is fine, it is still slower than the iterative code, this might be because of overhead ...
dpcpp -fintelfpga -DFPGA_EMULATOR knn_trial2.cpp -o knn.fpga_emu and dpcpp -fintelfpga -Xshardware fpga_compile.cpp -o fpga_compile.fpga The results give now an average of 0.0005 s, which is fine, it is still slower than the iterative code, this might be because of overhe...