09-26-2019 04:05 PM
Is there a way to get the starting DRAM address for the DPU output?
09-27-2019 01:02 AM
09-27-2019 08:43 AM - edited 09-27-2019 03:53 PM
DPUGetOutputTensorAddress() gives me something like "0x7f79329c00", which is beyond the ddr memory range 0 - 0x8000 0000. This address is possibly the virtual address. I'm wondering how to get the physical address on DRAM.
09-29-2019 05:00 PM
Just a follow up. I found in xilinx_ai_sdk, the outputTensor class contains phy_addr field where I can extract the physical address. But is there a way to get the physical address using dnndk?