summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/mem_fetch.h
AgeCommit message (Expand)Author
2026-04-24fix global mem reqs coalescingDavit Grigoryan
2026-04-23co-issue global mem requestsDavit Grigoryan
2024-08-21Stream stats (#71)JRPan
2023-05-10Fix typosWeili An
2020-05-23code refomrattingMahmoud
2020-05-23Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...Mahmoud
2019-10-23fixing the write-back L2 req in 64byte interleavingMahmoud
2019-09-13Big reformat change using clang-format-6.0Nick
2019-09-13Revert "Add src/gpgpu-sim formatting"Nick
2019-09-13Add src/gpgpu-sim formattingNick
2019-07-14Move sm_next_access_uidMengchi Zhang
2019-05-15make gpu_tot_cycle local variable not global variableMahmoud
2018-10-11Merging the latest dev from the public branchtgrogers
2018-08-27improving code qualityMahmoud
2018-04-22Some classes were referred to as a class and a struct (reported as clang warn...Nathan Conrad
2017-10-25The commits includes:Mahmoud
2017-10-11Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdal...Mahmoud
2017-07-17Improving GPU core model. This commits contains:Mahmoud
2015-02-18Fixing icache bug where for each miss we also count a hit.Andrew Boktor
2014-08-14Redesigned the memory partition unit to support multiple L2 cache banks per p...Wilson Fung
2014-08-14Merging Power model into FermiTayler Hetherington
2014-08-14Modified the cache hierarchy, reorganized code to eliminate code replication,...Tayler Hetherington
2014-08-14Integration change. mem_divergence 10699 which uses a tuple file for this exp...Tim Rogers
2014-08-14Actually fixing the atomic bugTim Rogers
2014-08-14change copyright notice to include authorsTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2010-11-28enabling L2 data cache... it is write through, write evict like L1.Tor Aamodt
2010-10-211. rewriting memory access generation code (from scratch), why not...Tor Aamodt
2010-10-19adding texture cache model with fragment fifo for latency hidingTor Aamodt
2010-10-18Re-designed cache model:Tor Aamodt
2010-10-161. moving address decoding into a class (and out of cache entirely)Tor Aamodt
2010-10-121. adding simt_core_cluster, which models a TPC or (for fermi) GPC...Tor Aamodt
2010-10-02refactor: mem_fetch now a classTor Aamodt
2010-10-02refactoring: make shd_cache_t into a class (cache_t), plus some other cleanin...Tor Aamodt
2010-10-01integrating recent changes from fermi-test into fermiTor Aamodt
2010-08-08refactor: moving extern variable declarations into headersTor Aamodt
2010-07-17- add support for cvta and isspacep instructions (currently assumingTor Aamodt
2010-07-15creating branch for adding support for CUDA 3.x and FermiTor Aamodt