oneAPI-samples icon indicating copy to clipboard operation
oneAPI-samples copied to clipboard

want an example for target an explicit FPGA board variant and BSP

Open shiyi23 opened this issue 2 years ago • 2 comments

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~

shiyi23 avatar Dec 01 '23 07:12 shiyi23

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

shiyi23 avatar Dec 03 '23 08:12 shiyi23

https://ofs.github.io/ofs-2023.3-2/hw/common/user_guides/oneapi_asp/ug_oneapi_asp/#24-build-and-install-oneapi-asp

umairsiddiqui-digitek avatar Feb 14 '24 09:02 umairsiddiqui-digitek

Closing assuming the provided example was enough

yuguen avatar Nov 25 '24 20:11 yuguen