Forum Discussion
giulio2
New 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 ha...
BoonBengT_Altera
Moderator
4 years agoHi @giulio2,
Thanks for the explanation, yes design example of data transfer should be compliable.
As I do not have visibilities on how the implementation of data streaming and unroll are being done in the design example mention.
Here are some few resources that you can refer to for the mention topic:
- https://www.intel.com/content/www/us/en/develop/documentation/oneapi-fpga-optimization-guide/top/flags-attr-prag-ext/loop-directives/unroll-pragma.html (loop unrolling)
To further clarify, may I know where did you get the hash_join_fpga.hpp refences from?
Cheers, looking forward to hear from you.
Best Wishes
BB