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.cc
Age
Commit message (
Expand
)
Author
2025-08-19
running formatter (#126)
JRPan
2025-02-18
A bunch of maintenance fixes, the largest of which is getting the PTX simulat...
Tim Rogers
2024-07-16
Auto clang format (#74)
Aaron Barnes
2023-06-12
no return warnings ngs fix
Ahmad Alawneh
2022-02-01
Update Copyrights
JRPAN
2021-10-17
AccelWattch dev Integration
VijayKandiah
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
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-08-26
Fix a bunch of outstanding warnings and undefined behavior
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-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
2017-10-30
adding new stats and change the PascalP100-HBM config
Mahmoud
2017-10-27
add more statistics and chaging Pascal config
Mahmoud
2017-10-25
The commits includes:
Mahmoud
2017-09-14
changing the DRAM bank indexing policy
Mahmoud
2017-09-13
Fixing some typos
Mahmoud
2017-09-12
Adding HBM model
Mahmoud
2014-08-14
Fix for bug 63. bk[i]->n_idle should be bk[j]->n_idle instead.
Wilson Fung
2014-08-14
Redesigned the memory partition unit to support multiple L2 cache banks per p...
Wilson Fung
2014-08-14
bug31
Ayub Gubran
2014-08-14
Fixing L2 WriteBack bug caused by using the partition address for both set in...
Tayler Hetherington
2014-08-14
Removing legacy code : get_access_stats
Tayler Hetherington
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
Two memory errors reported by the valgrind build
Tim Rogers
2014-08-14
Fixed GDDR5 parameters in Fermi config:
Wilson Fung
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
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-11-28
enabling L2 data cache... it is write through, write evict like L1.
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-09
refactor: remove extern decl up to gpgpusim_entrypoint.cc
Tor Aamodt
2010-08-08
refactor: shader.cc free of extern declarations
Tor Aamodt
[next]