summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-03-27Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-03-27Correcting the segfault in stats print. It was because print_stats() was ↵Akshay Jain
called before g_ptx_kernel_count was initialized
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-25Fixing a bug in mengchi's committgrogers
2018-03-25Add lonestar tick supportMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2018-03-22Change 332 by jain156@akshayj-lt1 on 2018/02/01 05:20:33Akshay Jain
Added shmem_divergence_hist and warp_inst_classification
2018-03-22Change 283 by jain156@akshayj-lt1 on 2017/07/03 19:52:55Akshay Jain
Adding the global load and store divergence statistics. The previous histogram has been modified to look at all memory requests, but that is not meaningful - so it can as well be removed.
2018-03-22Change 257 by jain156@akshayj-lt1 on 2017/06/03 16:32:52Akshay Jain
Adding gpuwattch power stats to the output. Enabled inst and mem breakdown stats in config file.
2018-03-22Change 253 by jain156@akshayj-lt1 on 2017/05/30 00:40:03Akshay Jain
Replaced the mem div stats with mem div histogram
2018-03-22Change 252 by jain156@akshayj-lt1 on 2017/05/29 10:51:32Akshay Jain
Checking in the data footprint stats as reported in the micro paper. The implementation uses gpgpu pointer, due to which I don't feel fine pushing to mainline. May be I can do the stats check and increment in l2cache.cc through a public function to avoid exposing gpgpu pointer to public
2018-03-22Change 180 by jain156@akshayj-lt1 on 2017/03/30 11:48:07Akshay Jain
Added Memory Access breakdown statistics. Divided INST stats into INST type and INST Mem accesses.
2018-03-21Change 124 by jain156@akshayj-lt1 on 2016/12/08 20:17:53Akshay Jain
Added Memory divergence stats Data shows same divergence characteristics across PTX and PTX+
2018-03-12fixibg sectir l1 deadlock bugMahmoud
2017-11-19Doing lazy fetch-on-read policyMahmoud
2017-11-18Also initiate our L2 accesses on copies back to the CPUtgrogers
2017-11-18removing another asserttgrogers
2017-11-18Getting rid of another assert that crops up cause of our memcpy and L2 ↵tgrogers
interaction
2017-11-18copy to the L2 by defaulttgrogers
2017-11-18fixing the cycle issues with using the cudamemcpiestgrogers
2017-11-18Adding a subpartion trace to help in figuring out what the hell is going ontgrogers
2017-11-1864-address used on the CPU side, but GPGPU-Sim Truncates it to 32-bit.... ↵tgrogers
truncating the address here fixes the issue and we start propoerly hitting in the L2
2017-11-18fixing a stupid inheritance bugtgrogers
2017-11-18Making the perf sim copy optional, getting rid of an assert that will happen ↵tgrogers
with the new hack and incrementing the cycle so that cudamemcopies take some time (if we don't do this the LRU in the cache does not work)
2017-11-18vectoradd is successfully filling the l2tgrogers
2017-11-08Fixing the break limit bugMahmoud
2017-10-30adding new stats and change the PascalP100-HBM configMahmoud
2017-10-27add more statistics and chaging Pascal configMahmoud
2017-10-26fixing a typo in config fileMahmoud
2017-10-26Changing the Titan X config file to use the last modificationsMahmoud
2017-10-25The commits includes:Mahmoud
1- REEAD/WERITE buffer for DRAM 2- Fixing FETCH_ON_WRITE cahce policy bug
2017-10-13ensure that first launch uses simt cluster 0Mahmoud
2017-10-12remove Tex cache assertion and prevent spunit to execute DP instsMahmoud
2017-10-11Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
2017-10-11Sector Cache - first commitMahmoud
2017-10-11Fixing deadlock because of dp_unit (2)Mahmoud Khairy A. Abdallah
2017-10-11Fixing deadlock because of dp_unitMahmoud Khairy A. Abdallah
2017-09-14adding some condig commentsMahmoud
2017-09-14changing the DRAM bank indexing policyMahmoud
2017-09-14adding seperate sfu latency and init variablesMahmoud
2017-09-13Adding sperate dp_unitMahmoud
2017-09-13Fixing some typosMahmoud
2017-09-12Adding HBM modelMahmoud
2017-07-19Merge pull request #4 from abdallm/dev-purdue-integrationTimothy G Rogers
Interconnection assertion failing demystifying
2017-07-19Updaing the interconnect simulator to properly check for dependenciestgrogers
2017-07-19Adding some interconnection tracesMahmoud
2017-07-18Interconnection assertion failing demysstifyingMahmoud
2017-07-18Free buffer interconnection assertionMahmoud
2017-07-18Fixing deadlock bugMahmoud