English

Analyzing and Improving Hardware Modeling of Accel-Sim

Hardware Architecture 2024-01-19 v1

Abstract

GPU architectures have become popular for executing general-purpose programs. Their many-core architecture supports a large number of threads that run concurrently to hide the latency among dependent instructions. In modern GPU architectures, each SM/core is typically composed of several sub-cores, where each sub-core has its own independent pipeline. Simulators are a key tool for investigating novel concepts in computer architecture. They must be performance-accurate and have a proper model related to the target hardware to explore the different bottlenecks properly. This paper presents a wide analysis of different parts of Accel-sim, a popular GPGPU simulator, and some improvements of its model. First, we focus on the front-end and developed a more realistic model. Then, we analyze the way the result bus works and develop a more realistic one. Next, we describe the current memory pipeline model and propose a model for a more cost-effective design. Finally, we discuss other areas of improvement of the simulator.

Keywords

Cite

@article{arxiv.2401.10082,
  title  = {Analyzing and Improving Hardware Modeling of Accel-Sim},
  author = {Rodrigo Huerta and Mojtaba Abaie Shoushtary and Antonio González},
  journal= {arXiv preprint arXiv:2401.10082},
  year   = {2024}
}

Comments

6 pages, 7 figures, presented in the 1st Workshop on Computer Architecture Modeling and Simulation (CAMS 2023) (co-located with MICRO 2023)

R2 v1 2026-06-28T14:20:33.778Z