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