Forum Discussion

giulio2's avatar
giulio2
Icon for New Contributor rankNew Contributor
4 years ago

[FPGA USM]Issue in implementing zero-copy data transfer

Hello everyone,

I'm trying to reproduce the zero-copy data transfer mechanism for a personal project.

The code compiles and runs on FPGA Emulator, so now I'm trying to compile and run on FPGA hardware with USM support(intel_s10sx_pac:pac_s10_usm) in devcloud.

The compilation goes fine, but when I have to run it gets stuck, this is strange to me since in FPGA Emulator it entirely runs and reproduces correct results, so I guess I am missing something about how to run code written for FPGA with usm support.

What I do is the following:

through devcloud_login I select an available strattix node, then I run:

aocl initialize acl0 pac_s10_usm

and finally I run the binary.

I'm also uploading a zip of the code containing the kernels.

Thank you in advance for your availability.

5 Replies