mental2008 / awesome-papers

Here are my personal paper reading notes (including cloud computing, resource management, systems, machine learning, deep learning, and other interesting stuffs).
https://paper.lingyunyang.com/
MIT License
38 stars 2 forks source link

SC '21 | Hybrid, Scalable, Trace-Driven Performance Modeling of GPGPUs #56

Closed mental2008 closed 2 years ago

mental2008 commented 2 years ago

Presented in SC '21. [ Paper ]

Authors: Yehia Arafa, Abdel-Hameed Badawy, Ammar ElWazir, Atanu Barai, Ali Eker, Gopinath Chennupati, Nandakishore Santhi, Stephan Eidenbenz New Mexico State University, State University of New York at Binghamton, Amazon Alexa, Los Alamos National Laboratory

Code

  1. PPT-GPU: https://github.com/NMSU-PEARL/PPT-GPU
  2. GPGPUs-Workloads: https://github.com/NMSU-PEARL/GPGPUs-Workloads
mental2008 commented 2 years ago

The authors present a scalable performance prediction toolkit (PPT-GPU) for NVIDIA GPUs. Its modeling methodology uses a hybrid combination of analytical and event-driven modeling approaches. It can be easily extended to model the new features in contemporary GPUs (interesting, how to achieve this?). It has been verified against NVIDIA profiling tools (nv-nsight).

The overview of PPT-GPU is as follows: image