Leveraging Chiplet-Locality for Efficient Memory Mapping in Multi-Chip Module GPUs
  • Park, Junhyeok
  • Jang, Sungbin
  • Kwon, Osang
  • Lee, Yongho
  • Hong, Seokin
Citations

WEB OF SCIENCE

0
Citations

SCOPUS

1

초록

While the multi-chip module (MCM) design allows GPUs to scale compute and memory capabilities through multi-chip integration, it introduces memory system non-uniformity, particularly when a thread accesses resources in remote chiplets. In this work, we investigate how page size in memory mapping affects this non-uniformity. Large pages reduce address translation overhead by covering larger memory regions per TLB entry; however, they enforce coarse-grained data placement, which can lead to data misallocation across chiplets. In contrast, small pages allow for finer-grained placement, increasing the likelihood of mapping data to the chiplet most likely to access it. We observe that application performance is sensitive to page size, with the appropriate configuration depending on workload characteristics. This paper introduces CLAP which determines the suitable page size - specifically, how much data should be co-located within a single chiplet-for each application. We observe that GPU applications exhibit a distinct memory mapping pattern, in which specific groups of virtually adjacent pages are primarily accessed by the same chiplet with the group size tending to remain consistent -a property referred to as chiplet-locality. Leveraging this insight, CLAP predicts groups of pages exhibit chiplet-locality and pre-organizes them to contiguous physical frames within the chiplet most likely to access them. This organization forms regions that behave like large pages, as CLAP enables these page groups to be covered by a single merged TLB entry through deliberate virtual-to-physical contiguity. As a result, CLAP delivers the benefits of large pages without compromising chiplet-level memory locality. Our evaluation shows that CLAP improves performance by up to 19.2% compared to previous paging schemes.

키워드

GPUsMulti-Chip Module (MCM)Page PlacementVirtual MemoryVIRTUAL MEMORYSUPPORTSYSTEM
제목
Leveraging Chiplet-Locality for Efficient Memory Mapping in Multi-Chip Module GPUs
저자
Park, JunhyeokJang, SungbinKwon, OsangLee, YonghoHong, Seokin
DOI
10.1145/3725843.3756090
발행일
2025-10
유형
Proceedings Paper
저널명
Proceedings of the Annual International Symposium on Microarchitecture, MICRO
Part of 213862
페이지
1040 ~ 1057