Forum Discussion
alhussain779
New Contributor
2 years agoUsing a pinned memory in OpenCL
Hello, I am using Intel® FPGA SDK for OpenCL. The board I am using is from Terasic DE10-PRO SX. In my application, I produce data to a buffer in the memory. Then I send this data to the FPGA using...
aikeu
Regular Contributor
2 years agoHi alhussain779,
For better way to transfer data, would suggest perhaps to try burst transfer on global memory (can refer to section 8.2) OR using non blocking channels (can refer to section 10.1.3), for more details in the link below
Thanks.
Regards,
Aik Eu