Forum Discussion
ManuelCostanzo
New Contributor
3 years agoCan't run FPGA programs
Hi, I have the following problem:
When I try to compile the FPGA program I get the following errors:
/usr/bin/ld: warning: libopae-c.so.1, needed by /glob/development-tools/versions/fpgasuppor...
ManuelCostanzo2
New Contributor
3 years agoHey,
Finally, I could compile and run de "vector-add" buffers example in the oneAPI DevCloud. But when I run the "vector-add" USM example, I get:
SYCL_DEVICE_FILTER=acc:1 ./example.fpga
Running on device: pac_a10 : Intel PAC Platform (pac_ee00000)
Vector size: 10000
Shared memory allocation failure.
Do you know how can I solve the "Shared memory allocation failure." error? Maybe this happen because the device doesn't support USM? There is some FPGA in the DevCloud that allows USM? Thank you