aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-25Merge pull request #59 from tgrogers/devgpgpu-sim
Apps compiled with newer versions of CUDA want the version number embedded in the so
2018-03-25code for removing duplicates in embedded ptxAmruth
2018-03-25Merge pull request #13 from tgrogers/dev-purdue-integrationTimothy G Rogers
Support for lonestar and modifying our configs to not completely screw up when the user configures the cache preference
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-25succeed if just remining the GPU that pinned memory can beusedtgrogers
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-25Merging with updates in the public repotgrogers
2018-03-24Adding in a patch to get lonestargpu to worktgrogers
2018-03-24The new CUDAs complain about version info not being embedded into the so ↵tgrogers
file. Having gpgpu-sim ebed some version info to stop the error complaints
2018-03-24The new CUDAs complain about version info not being embedded into the so ↵tgrogers
file. Having gpgpu-sim ebed some version info to stop the error complaints
2018-03-23dynamic pdom analysis at runtimeAmruth
2018-03-22Merge pull request #58 from tgrogers/devgpgpu-sim
Integrating some setup stuff and proper support or a maximum number of instructions (which was previously broken)
2018-03-22Fixing the break limit bugMahmoud
2018-03-22Adding support for CUDA 9.1tgrogers
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-20Adding in some setupscript stuff to properly print the build version and get ↵tgrogers
rid of this not fully tested warning
2018-03-20code to load the embedded ptx directly and prevent cuobjdump to dump ↵letr63jd56
everytime we execute the code
2018-03-19temporary fixes to parsing issuesletr63jd56
2018-03-18Adding in auto-correlation plotstgrogers
2018-03-15Merge pull request #11 from abdallm/dev-purdue-integrationTimothy G Rogers
Dev purdue integration
2018-03-15Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev-purdue-integration
2018-03-14Adding in a .csv extensiontgrogers
2018-03-14forgot stats file on otherstgrogers
2018-03-14delete the dir, then link ittgrogers
2018-03-14link the data to vut build timestgrogers
2018-03-14Adding the ability to plot all the runs automaticallytgrogers
2018-03-13Just make the relevant apps - don't waste time making stuff you don't usetgrogers
2018-03-13Just make the relevant apps - don't waste time making stuff you don't usetgrogers
2018-03-13fixing jenkinsfile errortgrogers
2018-03-13Merge branch 'dev-purdue-integration' of ↵tgrogers
https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev-purdue-integration
2018-03-13explicitly get the data heretgrogers
2018-03-13fixing the inter nodes in P102 gpgpusim3.xMahmoud
2018-03-13Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
2018-03-13adding config file for P100 of gpgpsim3.xMahmoud
2018-03-13Merge pull request #10 from abdallm/dev-purdue-integrationTimothy G Rogers
enabling L1 cache by default in P100 gpgpusim.config
2018-03-13Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-03-13adding the config file for P102 for gpgpu-sim 3.xMahmoud
2018-03-13Update gpgpusim.configMahmoud Khairy A. Abdallah
2018-03-13Merge pull request #9 from abdallm/dev-purdue-integrationTimothy G Rogers
fixing sector l1 deadlock bug - caused by block address sent through to L2, when it should be the sector address.
2018-03-13Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers