Application Acceleration With FPGAs
Programmable Acceleration Cards (PACs), DCP, FPGA AI Suite, Software Stack, and Reference Designs
477 Discussions

OpenCl variable's memory address on FPGA

anaza3
Novice
468 Views

I have compiled an opencl kernel. This kernel receives an input pointer argument. I was wondering how I can find the DDR memory address in which this argument is located on the FPGA memory.

0 Kudos
1 Reply
AnilErinch_A_Intel
432 Views

Hi ,

The address of the variable in the kernel is the value of the pointer. This will be the address of the DDR memory also.

Thanks and Regards

Anil


0 Kudos
Reply