From 84f63f6996db657fe1291b4cc6e08b66422918c4 Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Thu, 25 Jul 2013 14:06:34 -0800 Subject: Adding bandwidth modeling to the cache model. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16671] --- src/gpgpu-sim/gpu-sim.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpgpu-sim/gpu-sim.cc') diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index 475833f..53d13fa 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -957,6 +957,7 @@ void gpgpu_sim::gpu_print_stat() printf("L2_total_cache_reservation_fails = %u\n", total_l2_css.res_fails); printf("L2_total_cache_breakdown:\n"); l2_stats.print_stats(stdout, "L2_cache_stats_breakdown"); + total_l2_css.print_port_stats(stdout, "L2_cache"); } } -- cgit v1.3