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
/
mem_latency_stat.cc
Age
Commit message (
Expand
)
Author
2018-04-12
adding sime spaces
Mahmoud
2018-04-12
fixing FCFS bug
Mahmoud
2017-10-27
add more statistics and chaging Pascal config
Mahmoud
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
bug31
Ayub Gubran
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 DRAM performance statistics to display information for more than 4 banks.
Wilson Fung
2014-08-14
Fix for bug 168 (internal). The overall average memory latency should now be...
Wilson Fung
2014-08-14
Revived all of the source code view stats except exposed pipeline latency.
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
0.9756 correlation. Set L1T line size to 128 bytes... problem was
Tor Aamodt
2010-10-24
add back per shader icount tracking for visualizer
Tor Aamodt
2010-10-21
1. rewriting memory access generation code (from scratch), why not...
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-05
broken change list: builds, but does not run, yet
Tor Aamodt
2010-10-02
refactor: mem_fetch now a class
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-09
refactor: remove extern decl up to gpgpusim_entrypoint.cc
Tor Aamodt
2010-08-08
refactor: shader.cc free of extern declarations
Tor Aamodt
2010-08-08
refactoring: continued, builds
Tor Aamodt
2010-08-08
refactoring: mem_latency_stat in impl, etc...
Tor Aamodt