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
/
l2cache.cc
Age
Commit message (
Expand
)
Author
2024-08-21
Stream stats (#71)
JRPan
2024-07-16
Auto clang format (#74)
Aaron Barnes
2024-06-22
Added guard to check if L2 is writeback or not (#73)
Shreyas Singh
2022-02-01
Update Copyrights
JRPAN
2021-10-17
AccelWattch dev Integration
VijayKandiah
2021-06-03
minor improvements
JRPAN
2021-05-23
format code
Mahmoud Khairy A. Abdallah
2021-05-20
L2 breakdown - reuse mf allocator
JRPAN
2021-05-18
solve deadlock for non-sectored cache configs
JRPAN
2021-05-18
update mf breakdown at L2
JRPAN
2021-05-18
sending cache block byte mask
JRPAN
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
Merge branch 'dev' into fix_warnings
Roland Green
2019-08-26
Fix a bunch of outstanding warnings and undefined behavior
Nick
2019-08-23
fixing CUDA 10 fail
Mahmoud
2019-08-22
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...
Mahmoud
2019-07-29
adding simple dram model
Mahmoud
2019-07-14
Move sm_next_access_uid
Mengchi Zhang
2019-06-19
Merge remote-tracking branch 'upstream/dev' into dev
tgrogers
2019-05-15
make gpu_tot_cycle local variable not global variable
Mahmoud
2019-02-20
Remove old comment, remove printstat used for functionality tests
Nick
2019-02-20
Add full support for deprecated AerialVision L2 stats
Nick
2019-02-19
Add initial infrastrucutre to support L2 (and other) cache statistics for Aer...
Nick
2018-09-07
adding streamin cache + fixing TEX cache + adding l1 latency and smem latency
Mahmoud
2018-08-27
improving code quality
Mahmoud
2018-08-22
adding lazy-fetch-on-read and invalidate operation to cache
Mahmoud
2017-11-18
fixing the cycle issues with using the cudamemcpies
tgrogers
2017-11-18
Adding a subpartion trace to help in figuring out what the hell is going on
tgrogers
2017-11-18
vectoradd is successfully filling the l2
tgrogers
2017-10-27
add more statistics and chaging Pascal config
Mahmoud
2017-10-25
The commits includes:
Mahmoud
2017-10-11
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdal...
Mahmoud
2014-08-14
Intesim2 Integration
Dongdong Li
2014-08-14
Adding bandwidth modeling to the cache model.
Wilson Fung
2014-08-14
Lengthened the DRAM return queue size to have enough credits in order to keep...
Wilson Fung
2014-08-14
Redesigned the memory partition unit to support multiple L2 cache banks per p...
Wilson Fung
2014-08-14
Review: 33001. Updating/cleaning up the cache statistics. Moving the statisti...
Tayler Hetherington
2014-08-14
Replaced the legacy L2 cache access stats with more meaningful breakdown that...
Wilson Fung
2014-08-14
Cleaning up interconnection network memory partition to core statistics. Now ...
Tayler Hetherington
2014-08-14
Fixing L2 WriteBack bug caused by using the partition address for both set in...
Tayler Hetherington
2014-08-14
fixig more valgrind errors in CACTI due to uinitialized variables + fixing a ...
Ahmed El-Shafiey
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
Revision #2 of modifying the cache hierarchy.
Tayler Hetherington
2014-08-14
Modified the cache hierarchy, reorganized code to eliminate code replication,...
Tayler Hetherington
2014-08-14
Fix for bug 168 (internal). The overall average memory latency should now be...
Wilson Fung
2014-08-14
Turned ROP and DRAM latency/delays into options
Inderpreet Singh
2014-08-14
Added fixed latency queue for modeling DRAM latency
Inderpreet Singh
2014-08-14
Fix for Bug 117 - Cannot disable L2 caches.
Inderpreet Singh
[next]