Efficient Page Migration in Hybrid Memory Systems
Upasna, Venkata Kalyan Tavva

TL;DR
This paper introduces Duon, a novel page migration method for hybrid memory systems that reduces overheads by updating mappings directly in TLB and page tables, boosting performance.
Contribution
Duon eliminates TLB shootdowns and cache invalidations during page migration, improving IPC by 3.87% and enhancing efficiency in heterogeneous memory architectures.
Findings
Duon reduces page migration overheads significantly.
IPC improves by 3.87% with Duon.
Compatible with existing page migration policies.
Abstract
Heterogeneous Memory Architecture (HMA) aims to optimize memory usage by leveraging a combination of memory types, such as high-bandwidth memory (HBM), commodity DRAM, and non-volatile memory (NVM), when utilized as main memory. To achieve maximum performance benefits, frequently accessed data pages are prioritized for storage in the faster HBM, while less frequently accessed pages are stored in slower memory types like DRAM or NVM. This enables a more efficient allocation of memory resources and improves overall system performance. In a Flat Address Space memory organization, all memory types, both fast and slow, are treated as a unified memory pool. This approach increases the overall memory capacity accessible to the system. In Flat Address Space organization, frequently accessed data pages may need to be remapped from slower memory to faster memory to improve memory access times.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
