diff options
| author | Tim Rogers <[email protected]> | 2019-05-13 19:42:43 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-13 19:42:43 -0400 |
| commit | cbb929b6f15f63f0b104e2acac7a17f02c0208fe (patch) | |
| tree | ed2bf825d27848c818a9293075cf9b9d73a26864 /src/gpgpu-sim/gpu-sim.h | |
| parent | f507979bcf0f14d1e5843c9b08613d6b0a4bb7a2 (diff) | |
| parent | 059dabc1af44b8eb60f0cacc8d5c2d06f1e85a00 (diff) | |
Merge pull request #118 from mkhairy/dev
Integrating Mahmoud's changes that improve simulation speed by 2-3x.
Also includes a change that mitigates memory channel conflicts by using a random hashing function.
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 d4cc18f..c8dad89 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 { |
