Forum Discussion

anaza3's avatar
anaza3
Icon for New Contributor rankNew Contributor
5 years ago

OpenCl variable's memory address on FPGA

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.

1 Reply

  • AnilErinch_A_Intel's avatar
    AnilErinch_A_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    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