diff options
| author | Mahmoud <[email protected]> | 2020-05-20 20:46:10 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2020-05-20 20:46:10 -0400 |
| commit | 62517049f7f0a2503cb72382a3fb089d3e037bb7 (patch) | |
| tree | 45d4d22398d2ba1f4c975ae9eceec71e112b5bb7 /src/gpgpu-sim/addrdec.cc | |
| parent | 9122b45726d55a21a68d143083eae2ded0c2ac8c (diff) | |
| parent | 52204ff08a9c9a21a99fee3f976d2a419c014fec (diff) | |
Merge branch 'dev-traces' of https://github.com/mkhairy/gpgpu-sim-traces into dev-traces
Diffstat (limited to 'src/gpgpu-sim/addrdec.cc')
| -rw-r--r-- | src/gpgpu-sim/addrdec.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/addrdec.cc b/src/gpgpu-sim/addrdec.cc index 670bd61..c34cb32 100644 --- a/src/gpgpu-sim/addrdec.cc +++ b/src/gpgpu-sim/addrdec.cc @@ -221,7 +221,7 @@ void linear_to_raw_address_translation::addrdec_tlx(new_addr_type addr, addrdec_ { //This is an unrealistic hashing using software hashtable //we generate a random set for each memory address and save the value in a big hashtable for future reuse - assert(!gap); + //assert(!gap); new_addr_type chip_address = (addr>>(ADDR_CHIP_S-log2sub_partition)); tr1_hash_map<new_addr_type,unsigned>::const_iterator got = address_random_interleaving.find (chip_address); if ( got == address_random_interleaving.end() ) { |
