oneAPI-samples
oneAPI-samples copied to clipboard
want an example for target an explicit FPGA board variant and BSP
The https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C%2B%2BSYCL_FPGA/ReferenceDesigns/cholesky say
......
Alternatively, you can target an explicit FPGA board variant and BSP by using the following command:
cmake .. -DFPGA_DEVICE=<board-support-package>:<board-variant> -DIS_BSP=1
You will only be able to run an executable on the FPGA if you specified a BSP.
......
Can you provide a specific example of this cmake .. -DFPGA_DEVICE=<board-support-package>:<board-variant> -DIS_BSP=1 command? Thanks~
I also post here: https://community.intel.com/t5/Intel-DevCloud/Compile-for-FPGA-hardware-failed/m-p/1549516#M9347 @ngaloppo @tony-- @cabelo @alexbatashev Thanks
https://ofs.github.io/ofs-2023.3-2/hw/common/user_guides/oneapi_asp/ug_oneapi_asp/#24-build-and-install-oneapi-asp
Closing assuming the provided example was enough