managed_memory
This directory focuses on learning topics about managed memory, unified addressing, and higher-level memory abstractions.
Key Points
- Usage and limitations of managed memory.
- Differences from the explicit copy model.
- Memory visibility, migration, and access overhead.
Prerequisites
- ../../1_basic_features/memory/: Explicit memory management basics.
- ../allocator/README_en.md: Advanced memory encapsulation methods.