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_fetch.h
Age
Commit message (
Expand
)
Author
2024-08-21
Stream stats (#71)
JRPan
2023-05-10
Fix typos
Weili An
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-23
fixing the write-back L2 req in 64byte interleaving
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
2018-10-11
Merging the latest dev from the public branch
tgrogers
2018-08-27
improving code quality
Mahmoud
2018-04-22
Some classes were referred to as a class and a struct (reported as clang warn...
Nathan Conrad
2017-10-25
The commits includes:
Mahmoud
2017-10-11
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdal...
Mahmoud
2017-07-17
Improving GPU core model. This commits contains:
Mahmoud
2015-02-18
Fixing icache bug where for each miss we also count a hit.
Andrew Boktor
2014-08-14
Redesigned the memory partition unit to support multiple L2 cache banks per p...
Wilson Fung
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
Modified the cache hierarchy, reorganized code to eliminate code replication,...
Tayler Hetherington
2014-08-14
Integration change. mem_divergence 10699 which uses a tuple file for this exp...
Tim Rogers
2014-08-14
Actually fixing the atomic bug
Tim Rogers
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
Tor Aamodt
2010-11-28
enabling L2 data cache... it is write through, write evict like L1.
Tor Aamodt
2010-10-21
1. rewriting memory access generation code (from scratch), why not...
Tor Aamodt
2010-10-19
adding texture cache model with fragment fifo for latency hiding
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-12
1. adding simt_core_cluster, which models a TPC or (for fermi) GPC...
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-08
refactor: moving extern variable declarations into headers
Tor Aamodt
2010-07-17
- add support for cvta and isspacep instructions (currently assuming
Tor Aamodt
2010-07-15
creating branch for adding support for CUDA 3.x and Fermi
Tor Aamodt