| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-11 | Adding in the occupancy nymber | tgrogers | |
| 2018-05-19 | Config rename | tgrogers | |
| 2018-05-16 | More sane naming convention | tgrogers | |
| 2018-05-16 | Moving all the 3.x cfgs to a new subdirectory | tgrogers | |
| 2018-05-15 | fixing vache for volta | Mahmoud | |
| 2018-05-15 | 60 coals mode | Mahmoud | |
| 2018-05-15 | fixnig icnt volta | Mahmoud | |
| 2018-05-15 | adding Volta model configs | Mahmoud | |
| 2018-03-27 | Update the write policy in P100 | Mahmoud Khairy A. Abdallah | |
| 2018-03-26 | Merge branch 'dev-purdue-integration' into dev-purdue-integration | Timothy G Rogers | |
| 2018-03-26 | Fixing resources limitation assertion for compute cab 61 | Mahmoud | |
| 2018-03-25 | Need to make sure we don't kill the L1 too | tgrogers | |
| 2018-03-25 | Need to explicity set this or the stupid GPGPU-Sim defaults of 16k kicks in. | tgrogers | |
| 2018-03-25 | Merging with updates in the public repo | tgrogers | |
| 2018-03-13 | fixing the inter nodes in P102 gpgpusim3.x | Mahmoud | |
| 2018-03-13 | adding config file for P100 of gpgpsim3.x | Mahmoud | |
| 2018-03-13 | adding the config file for P102 for gpgpu-sim 3.x | Mahmoud | |
| 2017-11-19 | improving the accuracy of titanX | Mahmoud Abdallah | |
| 2017-11-19 | improving P100 accuracy | Mahmoud Abdallah | |
| 2017-11-18 | improving P102 accuracy | Mahmoud Abdallah | |
| 2017-11-15 | Update gpgpusim.config | Mahmoud Khairy A. Abdallah | |
| 2017-10-31 | Merge branch 'dev-purdue-integration' of ↵ | Mahmoud | |
| https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration | |||
| 2017-10-31 | Merge branch 'dev-purdue-integration' of ↵ | Mahmoud | |
| https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration | |||
| 2017-10-30 | fixing TITANX config | Mahmoud Khairy A. Abdallah | |
| 2017-10-30 | adding new stats and change the PascalP100-HBM config | Mahmoud | |
| 2017-10-30 | Update gpgpusim.config | Mahmoud Khairy A. Abdallah | |
| 2017-10-30 | Update gpgpusim.config | Mahmoud Khairy A. Abdallah | |
| 2017-10-30 | Update gpgpusim.config | Mahmoud Khairy A. Abdallah | |
| 2017-10-29 | Update gpgpusim.config | Mahmoud Khairy A. Abdallah | |
| 2017-10-29 | Merge branch 'dev-purdue-integration' into dev-purdue-integration | Timothy G Rogers | |
| 2017-10-28 | Adding in the config Mahmoud made that requires no code changes to GPGPU-Sim | tgrogers | |
| 2017-10-27 | add more statistics and chaging Pascal config | Mahmoud | |
| 2017-10-26 | adding sfu latency to config file | Mahmoud | |
| 2017-10-26 | Changing the Titan X config file to use the last modifications | Mahmoud | |
| 2017-10-11 | Merge branch 'dev-purdue-integration' of ↵ | Mahmoud | |
| https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration | |||
| 2017-09-14 | Adding Pascal config files | Mahmoud | |
| 2017-09-13 | Adding sperate dp_unit | Mahmoud | |
| 2017-08-18 | Added configuration for NVIDIA GeForce GTX1080Ti | speverel | |
| 2016-06-03 | Added support for %laneid SFR. Also added a notice clarifying that power ↵ | speverel | |
| modeling for GTX750Ti is currently completely untested and should not be considered supported. | |||
| 2016-06-02 | Updated parser and config file to support compute versions up to 5.2. Full ↵ | speverel | |
| support is NOT claimed; however, it has been tested to work on a number of CUDA version 7.5 benchmarks such as matrix multiply and simpleMultiGPU. | |||
| 2016-06-02 | Added handling of .cc option for arithmetic instructions. NOTE: Only made ↵ | speverel | |
| changes to parse instructions. Carry functionality NOT fully implemented; .cc instructions function like their unmodified ueqivelents. Also modified GTX750Ti config to model L1 data cache as simply not being used for global loads (instead of not existing at all). Changed ptxinfo parsing to avoid crashing when info includes texture information. | |||
| 2016-06-02 | Made additional improvements to Maxwell correlation in config file such as ↵ | Scott Peverelle | |
| merger of L1/Texture cache. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 21837] | |||
| 2016-06-02 | Tweaked Maxwell config to improve correspondence in a number of areas; clock ↵ | Scott Peverelle | |
| speed, DRAM bus width, L2 cache size etc. Adjusted parse_and_compare to match new clock frequency as per config file. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 21818] | |||
| 2016-06-02 | Modified config files to better represent Maxwell architecture; ↵ | Scott Peverelle | |
| specifically, changed the number of clusters, controllers, and interconnect nodes. Also modified parse_and_compare to fix an occasional division by zero bug. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 21812] | |||
| 2016-06-02 | GeForceGTX750Ti correlation setup. Modified config file to reflect GTX750Ti ↵ | Scott Peverelle | |
| architecture. Modified shader.h to allow for larger CTA per warp, to accomodate Maxwell specs. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 21798] | |||
| 2016-06-02 | Branch of GTX480 configs for Maxwell board | Scott Peverelle | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 21797] | |||
| 2014-08-14 | - Code review 1173001 | Tayler Hetherington | |
| - Added a parameter to the cache configuration to configure the set index function. - Added a hash set index function to the Fermi L1 data cache for the two default cache sizes, 16KB/48KB with 32/64 sets. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 18202] | |||
| 2014-08-14 | fix dram sampling interval scaling | Jingwen Leng (UT Austin) | |
| fix dram clock energy scaling [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 17124] | |||
| 2014-08-14 | Intesim2 Integration | Dongdong Li | |
| Details: See Review 80001 https://gpgpu-sim-code-review.appspot.com/80001/ [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16747] | |||
| 2014-08-14 | Updated the Fermi configurations to have two L2 banks per memory partition, ↵ | Wilson Fung | |
| and the data port in each bank is limited to 32B/cycle. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16700] | |||
