OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.
1719 Discussions

DDR transactions on FPGA

veek04
Beginner
1,920 Views

Hi,

As I want to write some chunks of data to FPGA memory (DDR) and read the data from DDR at a time , is there any API calls to do it other than CL_MEM_ALLOC_HOST_PTR / CL_MEM_USE_HOST_PTR. Is there any way to achieve it.

0 Kudos
2 Replies
BoonT_Intel
Moderator
597 Views

Hi,

 

Can you help to confirm the DDR that you mentioned here is External Memory device like DDR3/4?

I am asking because the term that you said like CL_MEM_ALLOC_HOST_PTR / CL_MEM_USE_HOST_PTR is not a common term in External Memory world. Can you help to elaborate this term further?

 

Thanks

0 Kudos
veek04
Beginner
597 Views

Hi,

 

I have external Memory Device like DDR4.

Is there any way to do DDR based transaction in OpenCL.

0 Kudos
Reply