summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/l2cache.h
diff options
context:
space:
mode:
authorTayler Hetherington <[email protected]>2013-04-07 22:57:26 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:45 -0700
commit6f6c192ff335a5ed41008b69e7eb34929d7db3dd (patch)
tree6e5f437274d2bebf89e728985a281470afaa22c5 /src/gpgpu-sim/l2cache.h
parent2fd5f159b3729c021ac4fbf8aa54f91c2f3ec166 (diff)
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]
Diffstat (limited to 'src/gpgpu-sim/l2cache.h')
-rw-r--r--src/gpgpu-sim/l2cache.h5
1 files changed, 0 insertions, 5 deletions
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<mem_fetch*> m_request_tracker;
friend class L2interface;
-
- // interconnect power stats
- unsigned n_mem_to_simt;
};
class L2interface : public mem_fetch_interface {