diff options
| author | Nick <[email protected]> | 2019-02-20 14:33:29 -0500 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-02-20 14:33:29 -0500 |
| commit | 884ae41931010f129c0e9ba353f34177a0ae3599 (patch) | |
| tree | c9f4587230a01d999f24cc9507ce3a3fc7f8c9f2 | |
| parent | c1833f27cdd0ad7d41afc64db0ec693571080c05 (diff) | |
Remove old comment, remove printstat used for functionality tests
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 1 | ||||
| -rw-r--r-- | src/gpgpu-sim/l2cache.cc | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index 56b9681..ec570bf 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -917,7 +917,6 @@ void gpgpu_sim::update_stats() { void gpgpu_sim::print_stats() { ptx_file_line_stats_write_file(); - visualizer_printstat(); gpu_print_stat(); if (g_network_mode) { 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); |
