From 2fd5f159b3729c021ac4fbf8aa54f91c2f3ec166 Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Sun, 7 Apr 2013 22:19:12 -0800 Subject: Cleaning up the interconnection core to memory partition statistics [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15745] --- src/gpgpu-sim/gpu-cache.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gpgpu-sim/gpu-cache.cc') diff --git a/src/gpgpu-sim/gpu-cache.cc b/src/gpgpu-sim/gpu-cache.cc index 2334bf7..a687965 100644 --- a/src/gpgpu-sim/gpu-cache.cc +++ b/src/gpgpu-sim/gpu-cache.cc @@ -335,7 +335,6 @@ void baseline_cache::cycle(){ if ( !m_memport->full(mf->get_data_size(),mf->get_is_write()) ) { m_miss_queue.pop_front(); m_memport->push(mf); - n_simt_to_mem+=mf->get_num_flits(true); // Interconnect power stats } } } @@ -711,7 +710,6 @@ void tex_cache::cycle(){ if ( !m_memport->full(mf->get_ctrl_size(),false) ) { m_request_fifo.pop(); m_memport->push(mf); - n_simt_to_mem+=mf->get_num_flits(true); // Interconnect power stats } } // read ready lines from cache -- cgit v1.3