diff options
| author | Mahmoud <[email protected]> | 2019-04-11 22:32:08 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-04-11 22:32:08 -0400 |
| commit | ec2ada3b5f2ef91341d30e8f56f3c4d9ecafb2a4 (patch) | |
| tree | 8dc5adbbde6c74c5665e348bfea7e2bc7f5988f5 /src/gpgpu-sim/gpu-sim.h | |
| parent | bb7ed349e146ea6b9ef1100d81fa7ac5ef2751cb (diff) | |
adding some stats and random hashing
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index 6ce5524..efda65a 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -62,8 +62,7 @@ #define SAMPLELOG 222 #define DUMPLOG 333 - - +extern tr1_hash_map<new_addr_type,unsigned> address_random_interleaving; enum dram_ctrl_t { |
