Skip to content

ohcurrent/gem5gpu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gem5gpu source for HAShCache [1]

A fork of the popular gem5-gpu simulator

  • Merges gem5 and gpgpu-sim
  • Uses the gem5 memory hierarchy
  • Adds hetergenous coherence protocols [2]

Added Features!

  • This repo adds logic to use a HMC-like stacked DRAM as hardware managed, memory side DRAM cache (gem5/src/mem/DRAMCacheCtrl.py, gem5/src/mem/dramcache_ctrl.cc, gem5/src/mem/dramcache_ctrl.hh)
  • Adds metadata to Ruby's Abstract Controller to differentiate between requests originating from CPU and GPU by modifying the request packet (gem/src/mem/ruby/slicc_interface/AbstractController.cc)
  • Implements PrIS, ByE and Chaining mechanisms as in the paper (gem5/src/mem/dramcache_ctrl.cc)
  • Scripts to run workload mixes from the paper (regression/runme.py)
  • Several stability fixes throughout the code to run the heterogenous SPEC+Rodinia workload

[1] Adarsh Patil and Ramaswamy Govindarajan, HAShCache: Heterogeneity-Aware Shared DRAMCache for Integrated Heterogeneous Systems, ACM Trans. Archit. Code Optim. (TACO) 14, 4, Article 51, December 2017 https://dl.acm.org/citation.cfm?id=3158641
[2] Jason Power et. al., Heterogeneous system co-herence for integrated cpu-gpu systems, MICRO-46, 2013

About

HAShCache + Intergrated CPU/GPU system simulation setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.2%
  • Python 16.4%
  • C 5.8%
  • Assembly 0.9%
  • HTML 0.5%
  • Shell 0.3%
  • Other 0.9%