Forum Discussion

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

Use FPGA DRAM with OneAPI

Is there a way to specify that the private memory in the FPGA use DRAM instead of SRAM?

2 Replies

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

    Any buffer that gets passed to the kernel as a pointer and gets explicitly allocated in device DRAM using the appropriate APIs on the host will be in FPGA DRAM, everything else will be allocated using FPGA on-chip memory.