Question about cudaManagedMemory and zero-copy memory for Jetson AGX

Some simple but important questions about cudaManagedMemory and zero-copy memory:

  1. I know that zero-copy memory is pinned memory, which cannot be swapped out, So, can cudaManagedMemory be swap out on AGX Orin?
  2. Is there any difference between cudaManagedMemory and zero-copy memory on current AGX Orin with IO coherence?
  3. Detailed Discussion of Problem 1: Can I allocate cudaManagedMemory as much as I want? or (What if I allocate excessive cudaManagedMemory?)

Hi,

You can find detailed info on Jetson’s memory in the document below: cudaManagedMemory is the unified memory.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.