StefanoC
Occasional Contributor
2 years agosimple add fails on stratix10 (USM)
Hi all,
on intel devcloud I can compile and run the simple add sample
the issue is that the "buffer" version works, compiles and runs ok, while the USM version does not.
the USM version is compiled with this:
cmake .. -DFPGA_DEVICE=/glob/development-tools/versions/oneapi/2024.0/oneapi/intel_s10sx_pac:pac_s10_usm -DUSM=1
but at runtime (on the devcloud node fpga_runtime:stratix10) I got this:
"Shared memory allocation failure."
@yuguen Can you confirm that your sample code is ok to run on the devcloud?
Looks like you are using the non-USM BSP.
Maybe this can be of help: community.intel.com/t5/Intel-DevCloud/Invalid-Binary-for-FPGA-Stratix-10-Nodes/m-p/1300748#M2604