From b90f5f6d42e91fe5e093ed2656c1b64fc3257469 Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Sun, 16 Jun 2013 12:26:07 -0800 Subject: Review: 33001. Updating/cleaning up the cache statistics. Moving the statistics from the tag array to the cache access functions. Added cache_stats class to record all memory accesses and access outcomes to each cache. Removed L2CacheAccessBreakdown_t. Cleaned up power_stats to reflect changes in the cache stats. Updated the cache stats printing. This will cause the performance gold files to change as the output format has been changed. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16452] --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 1753644..37bc9c1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,11 @@ LOG: Version 3.2.1+edits (development branch) versus 3.2.1 -- Replaced legacy L2 cache access statistics with more meaningful breakdown. - Added NVIDIA Quadro FX5600 GPGPU-Sim and GPUWattch configuration files. +- Added cache_stats class to record all memory accesses and access outcomes + for each cache. Switched from the legacy cache statistics recorded in + the tag_array to the cache access functions. Updated the cache_statistic + printing - providing a more meaningful breakdown. Cleaned up power_stats.cc/h + to reflect the changes in the cache statistics. - Bug Fixes: - Fixed the flit count sent to GPUWattch for atomic operations. - Fix for Bug 51 - Updated the function declaration of -- cgit v1.3