| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-22 | adding lazy-fetch-on-read and invalidate operation to cache | Mahmoud | |
| 2018-07-01 | Adding Pascal_TITANX config files | Mahmoud | |
| 2018-06-29 | Allowing modern GPU configrations to properly run PTXPLUS. | tgrogers | |
| There are several problems with this: 1) To get proper occupancy, based on register file usage, you must querry ptxas with the sm version that corresponds to the register usage in the config file. To enable this, a new config option has been added that determines what sm version you pass to ptxas to compute reg-usage. This configuration option is always required in the gpgpusim.config file 2) If you are running PTXPLUS with a modern card (i.e. volta/pascal), you need ptxas from CUDA 9.1. However since PTXPLUS only supports sm_13 - you need a version of CUDA where cudaobjectdump supports sm_1x. This ended at CUDA 5 - and PTXPLUS requires CUDA 4.2. Therefore, to run PTXPLUS on a modern card, you need CUDA 4.2 + modern CUDA installed. To fascilitate this, a new envronment varaible is added and the setup envrionment script prints an appropraite warning if you are using a newer CUDA. We have tried to make this as fail-proof as possible - and die appropraitely when something is wrong. | |||
| 2018-06-15 | memory partition indexing | Mahmoud | |
| 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-05-01 | Added -save_embedded_ptx 1 to config files | Suchita Pati | |
| 2018-03-28 | 20 makes no sense for this part | tgrogers | |
| 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] | |||
