summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-06-22Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration-trace
2018-06-22adding the main fileMahmoud
2018-06-15memory partition indexingMahmoud
2018-04-18Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-04-12adding sime spacesMahmoud
2018-04-12fixing FCFS bugMahmoud
2018-04-11Add support for isnan to compile with GCC-4.8.2green349
2018-04-05Nice to know when the simulaton thread actually gets the exit call under ↵tgrogers
normal operation. This helps immensely in a clustered environmrnt where jobs randomly fail
2018-04-02print out all the cache stats even if they are zero - makes collection more ↵tgrogers
uniform
2018-03-31Merge commit '89db73061e043c26df22c7f18d9adb106d8078ac' into ↵tgrogers
dev-purdue-integration
2018-03-31Getting rid of our constant, annoying prints. Running workloads of any size ↵tgrogers
causes ridiculous output file sizes
2018-03-30Moving the print to avoid spurrious statisticstgrogers
2018-03-30When CDP was added - we started printing garbage stats after every memcpy. I ↵tgrogers
am stopping this by gaurding against it in the same way we do for updating the stat counts (checking if we have executed any cycles before printing). I am not sure what this does to CDP stat prints - as I am not sure what CDP kernels so to sim_cycles.... However EVERY other app except CDP is spewing junk to the output and it really messes up any per-kernel stat collection scripts.
2018-03-30Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
2018-03-30fixing gpu-tot-cycle bugMahmoud
2018-03-28Fixing a minor typo in an old configtgrogers
2018-03-28Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-03-28gpuwaatch build does not parallelize nicely without -ptgrogers
2018-03-28adding new stats counterMahmoud
2018-03-28Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
2018-03-28adding new counters for parition level para and L2 BWMahmoud
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-22Fixing the break limit bugMahmoud
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