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
2024-12-11
Add SST integration into gpgpusim (#44)
WilliamMTK
2020-05-23
code refomratting
Mahmoud
2020-05-23
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...
Mahmoud
2020-01-06
fixing the dram read/write count
Mahmoud
2019-09-20
removing some comments and refectoring the code
Mahmoud
2019-09-19
support trace-driven and changing the shader.cc
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-15
Move s_g_pc_to_insn
Mengchi Zhang
2019-07-14
Move sm_next_access_uid
Mengchi Zhang
2019-07-08
Move opcode_latency_int thus pass gpgpu_context into many classes
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-05-13
Merge branch 'dev' into AerialVision_cache_support
Tim Rogers
2019-04-25
increase stat counter size to long long
Mahmoud
2019-02-20
Add full support for deprecated AerialVision L2 stats
Nick
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