summaryrefslogtreecommitdiff
path: root/src/gpu-compute/tlb_coalescer.cc
AgeCommit message (Collapse)Author
2016-06-06stats: Fixing regStats function for some SimObjectsDavid Guillen Fandos
Fixing an issue with regStats not calling the parent class method for most SimObjects in Gem5. This causes issues if one adds new stats in the base class (since they are never initialized properly!). Change-Id: Iebc5aa66f58816ef4295dc8e48a357558d76a77c Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
2016-01-19gpu-compute: AMD's baseline GPU modelTony Gutierrez