summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.cc
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-04-11 22:32:08 -0400
committerMahmoud <[email protected]>2019-04-11 22:32:08 -0400
commitec2ada3b5f2ef91341d30e8f56f3c4d9ecafb2a4 (patch)
tree8dc5adbbde6c74c5665e348bfea7e2bc7f5988f5 /src/gpgpu-sim/gpu-sim.cc
parentbb7ed349e146ea6b9ef1100d81fa7ac5ef2751cb (diff)
adding some stats and random hashing
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
-rw-r--r--src/gpgpu-sim/gpu-sim.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc
index 81d9b69..8837aef 100644
--- a/src/gpgpu-sim/gpu-sim.cc
+++ b/src/gpgpu-sim/gpu-sim.cc
@@ -99,6 +99,8 @@ unsigned long long gpu_tot_sim_cycle_parition_util = 0;
unsigned long long partiton_replys_in_parallel = 0;
unsigned long long partiton_replys_in_parallel_total = 0;
+tr1_hash_map<new_addr_type,unsigned> address_random_interleaving;
+
/* Clock Domains */
#define CORE 0x01