summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/l2cache.cc
diff options
context:
space:
mode:
authorNick <[email protected]>2019-02-20 14:33:29 -0500
committerNick <[email protected]>2019-02-20 14:33:29 -0500
commit884ae41931010f129c0e9ba353f34177a0ae3599 (patch)
treec9f4587230a01d999f24cc9507ce3a3fc7f8c9f2 /src/gpgpu-sim/l2cache.cc
parentc1833f27cdd0ad7d41afc64db0ec693571080c05 (diff)
Remove old comment, remove printstat used for functionality tests
Diffstat (limited to 'src/gpgpu-sim/l2cache.cc')
-rw-r--r--src/gpgpu-sim/l2cache.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpgpu-sim/l2cache.cc b/src/gpgpu-sim/l2cache.cc
index 0237525..0edc3b7 100644
--- a/src/gpgpu-sim/l2cache.cc
+++ b/src/gpgpu-sim/l2cache.cc
@@ -741,7 +741,8 @@ void memory_sub_partition::clear_L2cache_stats_pw() {
void memory_sub_partition::visualizer_print( gzFile visualizer_file )
{
- // TODO: Add visualizer stats for L2 cache
+ // Support for L2 AerialVision stats
+ // Per-sub-partition stats would be trivial to extend from this
cache_sub_stats_pw temp_sub_stats;
get_L2cache_sub_stats_pw(temp_sub_stats);