aboutsummaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Collapse)Author
2018-09-18Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
2018-09-18removing some comments from config filesMahmoud
2018-09-12change L1 indexing to linear for TITANXMahmoud Khairy A. Abdallah
2018-09-11Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-09-11Adding in the occupancy nymbertgrogers
2018-09-07adding streamin cache + fixing TEX cache + adding l1 latency and smem latencyMahmoud
2018-08-27fixing ead/write buffer and new configs filesMahmoud
2018-08-22Update gpgpusim.configMahmoud Khairy A. Abdallah
2018-08-22adding lazy-fetch-on-read and invalidate operation to cacheMahmoud
2018-06-15memory partition indexingMahmoud
2018-05-19Config renametgrogers
2018-05-16More sane naming conventiontgrogers
2018-05-16Moving all the 3.x cfgs to a new subdirectorytgrogers
2018-05-15fixing vache for voltaMahmoud
2018-05-1560 coals modeMahmoud
2018-05-15fixnig icnt voltaMahmoud
2018-05-15adding Volta model configsMahmoud
2018-03-27Update the write policy in P100Mahmoud Khairy A. Abdallah
2018-03-26Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-03-26Fixing resources limitation assertion for compute cab 61Mahmoud
2018-03-25Need to make sure we don't kill the L1 tootgrogers
2018-03-25Need to explicity set this or the stupid GPGPU-Sim defaults of 16k kicks in.tgrogers
2018-03-25Merging with updates in the public repotgrogers
2018-03-13fixing the inter nodes in P102 gpgpusim3.xMahmoud
2018-03-13adding config file for P100 of gpgpsim3.xMahmoud
2018-03-13adding the config file for P102 for gpgpu-sim 3.xMahmoud
2017-11-19improving the accuracy of titanXMahmoud Abdallah
2017-11-19improving P100 accuracyMahmoud Abdallah
2017-11-18improving P102 accuracyMahmoud Abdallah
2017-11-15Update gpgpusim.configMahmoud Khairy A. Abdallah
2017-10-31Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
2017-10-31Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
2017-10-30fixing TITANX configMahmoud Khairy A. Abdallah
2017-10-30adding new stats and change the PascalP100-HBM configMahmoud
2017-10-30Update gpgpusim.configMahmoud Khairy A. Abdallah
2017-10-30Update gpgpusim.configMahmoud Khairy A. Abdallah
2017-10-30Update gpgpusim.configMahmoud Khairy A. Abdallah
2017-10-29Update gpgpusim.configMahmoud Khairy A. Abdallah
2017-10-29Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2017-10-28Adding in the config Mahmoud made that requires no code changes to GPGPU-Simtgrogers
2017-10-27add more statistics and chaging Pascal configMahmoud
2017-10-26adding sfu latency to config fileMahmoud
2017-10-26Changing the Titan X config file to use the last modificationsMahmoud
2017-10-11Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
2017-09-14Adding Pascal config filesMahmoud
2017-09-13Adding sperate dp_unitMahmoud
2017-08-18Added configuration for NVIDIA GeForce GTX1080Tispeverel
2016-06-03Added 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-02Updated 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-02Added 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.