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
/
dram.h
Age
Commit message (
Expand
)
Author
2024-07-16
Auto clang format (#74)
Aaron Barnes
2022-02-01
Update Copyrights
JRPAN
2021-10-17
AccelWattch dev Integration
VijayKandiah
2020-05-23
code refomratting
Mahmoud
2020-05-23
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...
Mahmoud
2019-10-16
fixing the IPOLY L2 and Dram indexing
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-07-14
Move sm_next_access_uid
Mengchi Zhang
2019-05-15
make gpu_tot_cycle local variable not global variable
Mahmoud
2019-04-25
increase stat counter size to long long
Mahmoud
2018-10-11
Merging the latest dev from the public branch
tgrogers
2018-08-29
improving code quality 2
Mahmoud
2018-04-22
Some classes were referred to as a class and a struct (reported as clang warn...
Nathan Conrad
2017-10-30
adding new stats and change the PascalP100-HBM config
Mahmoud
2017-10-25
The commits includes:
Mahmoud
2017-09-13
Fixing some typos
Mahmoud
2017-09-12
Adding HBM model
Mahmoud
2014-08-14
Redesigned the memory partition unit to support multiple L2 cache banks per p...
Wilson Fung
2014-08-14
Removing legacy code : get_access_stats
Tayler Hetherington
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
This changelist implements the following:
Andrew M. B. Boktor
2014-08-14
Added read to precharge constraint - negligible effect to DRAM efficiency.
Inderpreet Singh
2014-08-14
Fixed the DRAM timing model to add the write-read turn and write-precharge de...
Wilson Fung
2014-08-14
fixup some dangling references
Tor Aamodt
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
Tor Aamodt
2011-01-02
integrate bug fix (passes fast regression)
Tor Aamodt
2010-10-24
1. adding top level configuration class and making shader and memory configur...
Tor Aamodt
2010-10-18
Re-designed cache model:
Tor Aamodt
2010-10-16
1. moving address decoding into a class (and out of cache entirely)
Tor Aamodt
2010-10-02
refactor: mem_fetch now a class
Tor Aamodt
2010-10-02
refactoring: make shd_cache_t into a class (cache_t), plus some other cleanin...
Tor Aamodt
2010-10-01
integrating recent changes from fermi-test into fermi
Tor Aamodt
2010-08-29
- integrate changes from fermi-test (CL's under that path in range 7261-7418).
Tor Aamodt
2010-08-23
- add '-keep' option to keep intermediate files (used for OpenCL only right now)
Tor Aamodt
2010-08-08
refactor: shader.cc free of extern declarations
Tor Aamodt
2010-07-15
creating branch for adding support for CUDA 3.x and Fermi
Tor Aamodt