summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-31Getting rid of our constant, annoying prints. Running workloads of any size c...tgrogers
2018-03-31masked declaration leading to using unitialized buffer as file name, leading ...Tor Aamodt
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
2018-03-30Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdal...Mahmoud
2018-03-30fixing gpu-tot-cycle bugMahmoud
2018-03-29Merge remote-tracking branch 'public_gpgpusim/dev' into devTor Aamodt
2018-03-28Fixing a minor typo in an old configtgrogers
2018-03-28fix compile errors on Ubuntu LTS 16.04Tor Aamodt
2018-03-28Merge remote-tracking branch 'public/dev' into devtgrogers
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 https://github.rcac.purdue.edu/abdal...Mahmoud
2018-03-28adding new counters for parition level para and L2 BWMahmoud
2018-03-27considered CDP scenarioAmruth
2018-03-27support for pinned memories - temporary fixAmruth
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 call...Akshay Jain
2018-03-26Merge pull request #63 from pigrew/dev-printfFixgpgpu-sim
2018-03-26Merge pull request #62 from pigrew/dev-multiArchBreakpointgpgpu-sim
2018-03-26Don't directly pass strings to printf (beacuse they wouldn't be escapped). Cl...Nathan Conrad
2018-03-26Provide portable (non-x86) breakpoint method which should work on all linuxes...Nathan Conrad
2018-03-26Remove duplicate token in PTX parserNathan Conrad
2018-03-26.call instruction may have an empty argument listNathan Conrad
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-25code for removing duplicates in embedded ptxAmruth
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
2018-03-23dynamic pdom analysis at runtimeAmruth
2018-03-22Fixing the break limit bugMahmoud
2018-03-22Change 332 by jain156@akshayj-lt1 on 2018/02/01 05:20:33Akshay Jain
2018-03-22Change 283 by jain156@akshayj-lt1 on 2017/07/03 19:52:55Akshay Jain
2018-03-22Change 257 by jain156@akshayj-lt1 on 2017/06/03 16:32:52Akshay Jain
2018-03-22Change 253 by jain156@akshayj-lt1 on 2017/05/30 00:40:03Akshay Jain
2018-03-22Change 252 by jain156@akshayj-lt1 on 2017/05/29 10:51:32Akshay Jain
2018-03-22Change 180 by jain156@akshayj-lt1 on 2017/03/30 11:48:07Akshay Jain
2018-03-21Change 124 by jain156@akshayj-lt1 on 2016/12/08 20:17:53Akshay Jain
2018-03-20code to load the embedded ptx directly and prevent cuobjdump to dump everytim...letr63jd56
2018-03-19temporary fixes to parsing issuesletr63jd56
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 intera...tgrogers
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