Hi everyone, the FPGA report fails for a simple kernel for the matrix transpose operation. The output asks me to PLEASE submit a bug report to https://software.intel.com/en-us/support/priority-supp...
Apologies for the confusion, with the provided source code we have managed to successfully run the emulator compilation. With that we can rule out the issues on the code.
Hence based on the error message provided above it seems to be mentioning about hardware device info not found.
Suspecting that the targeted hardware are not mention appropriately in the compilation command.
For full system compilation which I assume is the case here the BSP are required, for the supported BSP devices you may refer to the link below:
thank you for your answer! I think it may be a problem with the BSP shipped with the Bittware 520N card with Intel Stratix 10 GX 2800 FPGA. In the static report stage, if I give the compiler option -Xstarget with
the BSP for the Bittware 520N card, it fails with the error messages shown in my question (see the first thread of this topic).
the BSP of intel_s10sx_pac:pac_s10_usm, it succeeds in the report stage.