diff options
| author | Tayler Hetherington <[email protected]> | 2013-04-07 22:19:12 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:45 -0700 |
| commit | 2fd5f159b3729c021ac4fbf8aa54f91c2f3ec166 (patch) | |
| tree | 96c83248fddc7339973b94c060df4e88f5fe4caf /src/gpgpu-sim/gpu-cache.cc | |
| parent | 2354f2eb755dbda8545c9c7444b922cb229c8fd3 (diff) | |
Cleaning up the interconnection core to memory partition statistics
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15745]
Diffstat (limited to 'src/gpgpu-sim/gpu-cache.cc')
| -rw-r--r-- | src/gpgpu-sim/gpu-cache.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
