What's the difference in Xavier between Unified Memory and Device Memory

Please provide the following info:
Hardware Platform: [Example: DRIVE AGX Xavie]
Software Version: [Example: DRIVE Software 10]
Host Machine Version: [Example: native Ubuntu 18.04]
SDK Manager Version: [Example: 5.1.6.1]

Hi
I’m a developer just using Nvidia Drive and CUDA
I research about the CUDA iGPU with Xavier Soc
I find that CUDA has a serveral memory management method [Devcie, Unified, Pinned]

I have a question about Device Memory and Unified Memory in the case of iGPU
iGPU already using Main Memory pool, is it right?
then, isn’t it iGPU basic operation is a Unified Memory?

1 Like

Dear @khkim,
On iGPU, device memory, unified memory, pinned memory share same physical memory. But the behaviour of the memory buffers are different. We need to choose right buffer as per our requirement. Please see CUDA for Tegra :: CUDA Toolkit Documentation for more details.