From 884ae41931010f129c0e9ba353f34177a0ae3599 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 20 Feb 2019 14:33:29 -0500 Subject: Remove old comment, remove printstat used for functionality tests --- src/gpgpu-sim/l2cache.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gpgpu-sim/l2cache.cc') 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); -- cgit v1.3