summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-07-05MOD: compute child parameter sizeJin Wang
2016-07-05MOD: schedule one child kernel each cycleJin Wang
2016-07-05ADD: delete streams created by cta when deleting kernelJin Wang
2016-07-05BUG: PTX section id. ADD: cudaDeviceSetLimit. BUG: parameter addresses for ch...Jin Wang
2016-07-05BUG: kernels should return to stream if not pushed to concurrent kernel poolJin Wang
2016-07-05ADD: add support for cudaStreamCreateWithFlagsJin Wang
2016-07-05BUG: multiple child kernels finishJin Wang
2016-07-05BUG: do not handle cudaGetParameterBufferV2 and cudaLaunchDeviceV2 as call.un...Jin Wang
2016-07-05BUG: parameter alignmentJin Wang
2016-07-05MOD: add child kernel stream and scheduling supportJin Wang
2016-07-05ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ...Jin Wang
2016-07-05ADD: initial support for instruction group used by CDPJin Wang
2016-07-05ADD: handle child kernel name in mov instruction. ADD: detect call cudaGetPar...Jin Wang
2016-07-05ADD: support ptxinfo for sm_35 and cuda 6.5Jin Wang
2016-07-04Restored madp instruction.speverel
2016-07-04Reverted part of the previous commit so that our new changes related to DNNs ...sspenst
2016-06-16Added the ability to inject arbitrary PTX instructions. ...speverel
2016-06-13If ptxas notices any duplicate errors, they now automatically get resolved an...sspenst
2016-06-07The ptx parser now recognizes the NC option for ld.global, however this optio...sspenst
2016-06-07Added support for cudaMemcpyDefault flag in cudaMemcpy. Also increased the ma...speverel
2016-06-06Added support for BFE (Bit field extract) instruction.speverel
2016-06-03Added support for %laneid SFR. Also added a notice clarifying that power mode...speverel
2016-06-02Updated parser and config file to support compute versions up to 5.2. Full su...speverel
2016-06-02Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...speverel
2016-06-02GeForceGTX750Ti correlation setup. Modified config file to reflect GTX750Ti a...Scott Peverelle
2016-05-13changed gpgpu_ptxinfo_load_from_string definition for Ahmedsspenst
2016-05-13changed the SM version flag for generating ptxinfo to be dynamic instead of 20sspenst
2015-06-08Merge pull request #13 from tgrogers/devtayler-hetherington
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-06-05Adding in changes to put generated code files in the build directory instead ...tgrogers
2015-04-08Fixed bug #88. Initial ejection buffer and boundary buffer with the interconn...Myrice
2015-04-07Booksim2 abandoned svn and moved to github (https://github.com/booksim/booksi...Myrice
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
2015-02-18Fixing icache bug where for each miss we also count a hit.Andrew Boktor
2014-10-06Remove -a which appends dependences. This causes make process too long and de...Myrice
2014-10-06Fixed mac build failsMyrice
2014-08-14-Forcing make clean to remove all automatically generated files by parsers (s...Ahmed El-Shafiey
2014-08-14This should fix 2.3 regression and may fix others as well.Ahmed El-Shafiey
2014-08-14Support for named bariers + bar.red + bar.arrive instructionsAhmed El-Shafiey
2014-08-14- Code review 1173001Tayler Hetherington
2014-08-14Fix Bug 81Ahmed El-Shafiey
2014-08-14Fixing bugs 80 and 64Andrew M. B. Boktor
2014-08-14Adding signed types to slct_impl, fixes http://www.gpgpu-sim.org/bugs/show_bu...Andrew M. B. Boktor
2014-08-14Delete IntersimDongdong Li
2014-08-14Add .svn file so other people can keep update with changes from StanfordDongdong Li
2014-08-14Update with Booksim2.0 from StanfordDongdong Li