summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim
AgeCommit message (Expand)Author
2018-11-03merged with memory subsytem. Regression is passing but tensorcore kernel is s...aamir
2018-11-02added incount and outcount, addressed all of the pull request commentsaamir
2018-10-26made the changes compatible with old config filesMd Aamir Raihan
2018-10-24merged tensor-cores codeaamir
2018-09-22debug printsaamir
2018-09-16print for mem transactionaamir
2018-09-09minor changes for generating mem transaction in timing model. NOTE NOT COMPLETEDaamir
2018-08-16Timing model for VCOREnegargoli93
2018-07-16fix pipline for tensor_core and change confignegargoli93
2018-06-22No need to change the config file for adding tensor-corenegargoli
2018-06-20Tensor core timing modelnegargoli93
2018-06-08regression passedAamir Raihan
2018-05-30adding code for wmma_ld_impl, error at decode spaceaamir
2018-05-12commit for eece527projectnegargoli93
2018-04-22Clang disallows empty bracks to show array indices. I believe that inserting ...Nathan Conrad
2018-04-22Some classes were referred to as a class and a struct (reported as clang warn...Nathan Conrad
2018-04-11Merge remote-tracking branch 'upstream/dev' into devtgrogers
2018-04-05fixing gpu-tot-cycle bugMahmoud
2018-04-05adding new stats counterMahmoud
2018-04-05adding new counters for parition level para and L2 BWMahmoud
2018-04-02Adding in Mahmoud's changes to the print cache statstgrogers
2018-03-31Getting rid of our constant, annoying prints. Running workloads of any size c...tgrogers
2018-03-28Fixing a minor typo in an old configtgrogers
2018-03-26Provide portable (non-x86) breakpoint method which should work on all linuxes...Nathan Conrad
2017-08-17Merged all work on the dev branch since the divergence point into the dnn bra...speverel
2017-07-20Fixing BankGroup Indexing BugMahmoud
2016-09-05MOD: modify Makefile to make CUDART_VERSION available to gpu-sim.ccJin Wang
2016-09-02BUG: concurrent kernel on the same SMX does not work with non-legacy local me...Jin Wang
2016-09-02MOD: Add macros to turn off cuda_device_runtime for CUDA < 5.0Jin Wang
2016-07-06Added the ability to load from sstarr memory after data has been stored in itsspenst
2016-07-06ADD: add knob to enable CDP in gpgpusim configJin Wang
2016-07-06MOD: modify to new structure name gpgpu_ptx_sim_infoJin Wang
2016-07-06ADD: add kernel launching latency from stream to distributorJin Wang
2016-07-06ADD: print kernel parameter size footprint. BUG: concurrent kernels on same s...Jin Wang
2016-07-06ADD: add stats for kernel launching and complete cycleJin Wang
2016-07-06BUG: concurrent kernels on same SM may occupy warps from running CTAsJin Wang
2016-07-06ADD: add separate cdp latencyJin Wang
2016-07-06ADD: add cdp latencyJin Wang
2016-07-06BUG: for concurrent kernels on same shader, should select kernel from the dis...Jin Wang
2016-07-06ADD: support concurrent kernels on one shaderJin Wang
2016-07-05MOD: schedule one child kernel each cycleJin Wang
2016-07-05BUG: kernels should return to stream if not pushed to concurrent kernel poolJin Wang
2016-07-05MOD: add child kernel stream and scheduling supportJin Wang
2016-06-02GeForceGTX750Ti correlation setup. Modified config file to reflect GTX750Ti a...Scott Peverelle
2015-06-05Fixing bug with local stats not being reset on call to update_stats. Added co...Tayler Hetherington
2015-06-05Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling wit...Tayler Hetherington
2015-03-05Merge pull request #9 from ElTantawy/masterandrewboktor
2015-03-04initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK runningAhmed ElTantawy
2015-02-19Adding an assert to make sure we got the right instruction backAndrew Boktor
2015-02-18Making sure that we only service returning cache misses when we have a place ...Andrew Boktor