English

A$^3$PIM: An Automated, Analytic and Accurate Processing-in-Memory Offloader

Hardware Architecture 2024-03-01 v1 Performance

Abstract

The performance gap between memory and processor has grown rapidly. Consequently, the energy and wall-clock time costs associated with moving data between the CPU and main memory predominate the overall computational cost. The Processing-in-Memory (PIM) paradigm emerges as a promising architecture that mitigates the need for extensive data movements by strategically positioning computing units proximate to the memory. Despite the abundant efforts devoted to building a robust and highly-available PIM system, identifying PIM-friendly segments of applications poses significant challenges due to the lack of a comprehensive tool to evaluate the intrinsic memory access pattern of the segment. To tackle this challenge, we propose A3^3PIM: an Automated, Analytic and Accurate Processing-in-Memory offloader. We systematically consider the cross-segment data movement and the intrinsic memory access pattern of each code segment via static code analyzer. We evaluate A3^3PIM across a wide range of real-world workloads including GAP and PrIM benchmarks and achieve an average speedup of 2.63x and 4.45x (up to 7.14x and 10.64x) when compared to CPU-only and PIM-only executions, respectively.

Keywords

Cite

@article{arxiv.2402.18592,
  title  = {A$^3$PIM: An Automated, Analytic and Accurate Processing-in-Memory Offloader},
  author = {Qingcai Jiang and Shaojie Tan and Junshi Chen and Hong An},
  journal= {arXiv preprint arXiv:2402.18592},
  year   = {2024}
}

Comments

6 pages, 4 figures, accepted for presentation at Design, Automation and Test in Europe Conference | The European Event for Electronic System Design & Test (DATE 2024), conference to be held in March 2024

R2 v1 2026-06-28T15:03:41.045Z