From 6f6c192ff335a5ed41008b69e7eb34929d7db3dd Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Sun, 7 Apr 2013 22:57:26 -0800 Subject: Cleaning up interconnection network memory partition to core statistics. Now counting the number of flits arriving at the cores instead of the number of flits leaving each memory partition. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15746] --- src/gpgpu-sim/l2cache.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gpgpu-sim/l2cache.h') diff --git a/src/gpgpu-sim/l2cache.h b/src/gpgpu-sim/l2cache.h index 9317c18..31b9c4a 100644 --- a/src/gpgpu-sim/l2cache.h +++ b/src/gpgpu-sim/l2cache.h @@ -93,8 +93,6 @@ public: unsigned &n_write_access, unsigned &n_write_miss) const; - void set_icnt_power_stats(unsigned &n_mem_to_simt) const; - private: // data unsigned m_id; @@ -134,9 +132,6 @@ private: std::set m_request_tracker; friend class L2interface; - - // interconnect power stats - unsigned n_mem_to_simt; }; class L2interface : public mem_fetch_interface { -- cgit v1.3