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
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