index
:
weft
main
CPEN 511 Project - Weft: Improving SIMD Utilization through MIMD-like Co-issue and Thread Compaction
Davit Grigoryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gpgpu-sim
/
addrdec.cc
Age
Commit message (
Expand
)
Author
2023-06-20
fix most c warnings
Ahmad Alawneh
2023-06-12
fix more Wsign warnings
Ahmad Alawneh
2020-06-01
fixing the dram assert due to hashing error
Mahmoud
2020-06-01
moving all ipoly equstions to one file
Mahmoud
2020-05-23
code refomratting
Mahmoud
2020-05-23
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...
Mahmoud
2020-05-22
code reformatting
Mahmoud
2020-02-10
removing assertion in random hashing
Mahmoud Khairy A. Abdallah
2019-10-16
fixing the IPOLY L2 and Dram indexing
Mahmoud
2019-09-23
fixing reformatting
Mahmoud
2019-09-16
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...
Mahmoud
2019-09-13
Big reformat change using clang-format-6.0
Nick
2019-09-13
Revert "Add src/gpgpu-sim formatting"
Nick
2019-09-13
Add src/gpgpu-sim formatting
Nick
2019-09-12
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...
Mahmoud
2019-09-12
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...
Mahmoud
2019-08-30
update the adaptive cache behaviour and make L1 fully assoc in Volta
Mahmoud
2019-08-26
Merge branch 'dev' into fix_warnings
Roland Green
2019-08-26
Fix a bunch of outstanding warnings and undefined behavior
Nick
2019-08-26
Banked L1, adding iSLIP and RR arbiteratio and adding some comments
Mahmoud
2019-04-25
increase stat counter size to long long
Mahmoud
2019-04-11
adding some stats and random hashing
Mahmoud
2018-08-29
improving code quality 2
Mahmoud
2018-08-27
fixing ead/write buffer and new configs files
Mahmoud
2018-06-15
memory partition indexing
Mahmoud
2014-08-14
Fixing the intra-partition address calculation so that every set in L2 cache ...
Wilson Fung
2014-08-14
Redesigned the memory partition unit to support multiple L2 cache banks per p...
Wilson Fung
2014-08-14
Clean up the unordered_map fallback support.
Wilson Fung
2014-08-14
Fixing bug 145. Now partition_address() works for non-power-of-two number of...
Wilson Fung
2014-08-14
Forgot to remove the commented incorrect code in addrdec.cc.
Wilson Fung
2014-08-14
Cleaned up the sweep_test() in addrdec.cc to use tr1_hash_map.
Wilson Fung
2014-08-14
Fixed bug 137. Now memory address mapping with non-power-of-two memory parti...
Wilson Fung
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
Tor Aamodt
2010-10-24
1. adding top level configuration class and making shader and memory configur...
Tor Aamodt
2010-10-16
1. moving address decoding into a class (and out of cache entirely)
Tor Aamodt
2010-08-23
- add '-keep' option to keep intermediate files (used for OpenCL only right now)
Tor Aamodt
2010-08-09
refactor: remove extern decl up to gpgpusim_entrypoint.cc
Tor Aamodt
2010-07-15
creating branch for adding support for CUDA 3.x and Fermi
Tor Aamodt