| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-20 | fix most c warnings | Ahmad Alawneh | |
| 2023-06-12 | fix more Wsign warnings | Ahmad Alawneh | |
| 2020-06-01 | fixing the dram assert due to hashing error | Mahmoud | |
| 2020-06-01 | moving all ipoly equstions to one file | Mahmoud | |
| 2020-05-23 | code refomratting | Mahmoud | |
| 2020-05-23 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-traces | |||
| 2020-05-22 | code reformatting | Mahmoud | |
| 2020-02-10 | removing assertion in random hashing | Mahmoud Khairy A. Abdallah | |
| 2019-10-16 | fixing the IPOLY L2 and Dram indexing | Mahmoud | |
| 2019-09-23 | fixing reformatting | Mahmoud | |
| 2019-09-16 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-private | |||
| 2019-09-13 | Big reformat change using clang-format-6.0 | Nick | |
| 2019-09-13 | Revert "Add src/gpgpu-sim formatting" | Nick | |
| This reverts commit 9c9b1341613e767f306b2b73b5b8a5317b6ee563. | |||
| 2019-09-13 | Add src/gpgpu-sim formatting | Nick | |
| 2019-09-12 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-private | |||
| 2019-09-12 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-traces | |||
| 2019-08-30 | update the adaptive cache behaviour and make L1 fully assoc in Volta | Mahmoud | |
| 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-26 | Banked L1, adding iSLIP and RR arbiteratio and adding some comments | Mahmoud | |
| 2019-04-25 | increase stat counter size to long long | Mahmoud | |
| 2019-04-11 | adding some stats and random hashing | Mahmoud | |
| 2018-08-29 | improving code quality 2 | Mahmoud | |
| 2018-08-27 | fixing ead/write buffer and new configs files | Mahmoud | |
| 2018-06-15 | memory partition indexing | Mahmoud | |
| 2014-08-14 | Fixing the intra-partition address calculation so that every set in L2 cache ↵ | Wilson Fung | |
| is used. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16904] | |||
| 2014-08-14 | Redesigned the memory partition unit to support multiple L2 cache banks per ↵ | Wilson Fung | |
| partition. Each L2 cache banks has its own connection to the interconnection network to allow L2 bandwidth to scale without increase the number of memory parttiion units. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16613] | |||
| 2014-08-14 | Clean up the unordered_map fallback support. | Wilson Fung | |
| - Now there is only one macro for all use of unordered_map in the code. - Moving all instances of gcc/cuda version detection into a single file. - Adding a warning when the fallback is triggered. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13542] | |||
| 2014-08-14 | Fixing bug 145. Now partition_address() works for non-power-of-two number ↵ | Wilson Fung | |
| of memory partition as well (before it just leaves the memory address unchanged!). [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11755] | |||
| 2014-08-14 | Forgot to remove the commented incorrect code in addrdec.cc. | Wilson Fung | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11577] | |||
| 2014-08-14 | Cleaned up the sweep_test() in addrdec.cc to use tr1_hash_map. | Wilson Fung | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11575] | |||
| 2014-08-14 | Fixed bug 137. Now memory address mapping with non-power-of-two memory ↵ | Wilson Fung | |
| partitions will not lead to address aliasing. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11574] | |||
| 2014-08-14 | change copyright notice to include authors | Tor Aamodt | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9872] | |||
| 2011-06-29 | changing copyright to BSD | Tor Aamodt | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9687] | |||
| 2010-10-24 | 1. adding top level configuration class and making shader and memory ↵ | Tor Aamodt | |
| configuration components of this class. 2. clock memory pipeline no. subwarp times for each shader clock and increase rob-size for texture cache (trying to improve correlation, currently at 0.9218) 3. start to modify shader stats to add back features for visualizer (warp divergence distribution kind of working again) passing cuda 3.1 regression and ptxplus correlation tests [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7909] | |||
| 2010-10-16 | 1. moving address decoding into a class (and out of cache entirely) | Tor Aamodt | |
| 2. moving DRAM timing parameters into memory_config class 3. removing some likely useless statistics 4. other cleaning up of code passing CUDA 3.1 regression [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7868] | |||
| 2010-08-23 | - add '-keep' option to keep intermediate files (used for OpenCL only right now) | Tor Aamodt | |
| - remove redundant initialization code of options (which confuses new users) - make bool option variables bool type - remove some more extern decls [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7247] | |||
| 2010-08-09 | refactor: remove extern decl up to gpgpusim_entrypoint.cc | Tor Aamodt | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7178] | |||
| 2010-07-15 | creating branch for adding support for CUDA 3.x and Fermi | Tor Aamodt | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6829] | |||
