summaryrefslogtreecommitdiff
path: root/src/cuda-sim
AgeCommit message (Expand)Author
2018-10-11Merging the latest dev from the public branchtgrogers
2018-10-07Unrolling Aksahy's stats - as they seem to be really screwing things up.tgrogers
2018-10-07Merge branch 'dev-purdue-integration' of github.rcac.purdue.edu:jain156/gpgpu...tgrogers
2018-10-05Merge pull request #15 from gjulianm/devTim Rogers
2018-10-05Merge pull request #76 from tgrogers/devTim Rogers
2018-10-05Merge pull request #66 from pigrew/cleanup-clang-warningsTim Rogers
2018-09-06Add .nc optionMengchi Zhang
2018-06-30Cleaning up the setup env message a bit and having the simulator properly dum...tgrogers
2018-06-30changing the flow s.t. you cannot compile the simulator with a different vers...tgrogers
2018-06-29Fixing the PTXPLUS + new CUDA execution case.tgrogers
2018-06-29Allowing modern GPU configrations to properly run PTXPLUS.tgrogers
2018-05-04Getting the simulator to compile with older versions of g++tgrogers
2018-04-22Some classes were referred to as a class and a struct (reported as clang warn...Nathan Conrad
2018-04-22Add cmath include to cuda-math.h, to allow std::isnan to be usedNathan Conrad
2018-04-18Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-04-11Add support for isnan to compile with GCC-4.8.2green349
2018-04-11Merge remote-tracking branch 'upstream/dev' into devtgrogers
2018-04-01Merge branch 'dev-purdue-integration' into dev-purdue-integrationAkshay Jain
2018-03-31Merge commit '89db73061e043c26df22c7f18d9adb106d8078ac' into dev-purdue-integ...tgrogers
2018-03-31Getting rid of our constant, annoying prints. Running workloads of any size c...tgrogers
2018-03-28fix compile errors on Ubuntu LTS 16.04Tor Aamodt
2018-03-27Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-03-26Merge pull request #63 from pigrew/dev-printfFixgpgpu-sim
2018-03-26Don't directly pass strings to printf (beacuse they wouldn't be escapped). Cl...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-25Fixing a bug in mengchi's committgrogers
2018-03-25Add lonestar tick supportMengchi Zhang
2018-03-22Change 332 by jain156@akshayj-lt1 on 2018/02/01 05:20:33Akshay Jain
2018-03-22Change 180 by jain156@akshayj-lt1 on 2017/03/30 11:48:07Akshay Jain
2017-11-18Also initiate our L2 accesses on copies back to the CPUtgrogers
2017-11-18fixing a stupid inheritance bugtgrogers
2017-11-18vectoradd is successfully filling the l2tgrogers
2017-10-26fixing a typo in config fileMahmoud
2017-09-14adding seperate sfu latency and init variablesMahmoud
2017-09-13Adding sperate dp_unitMahmoud
2017-07-06Adding the correct dependency for the detailed_version file. In order to upda...tgrogers
2017-05-17Changing the version detection to be much more detailed. Now the git commit #...tgrogers
2017-05-09Fix next block addr to link predicate ret block to consecutive blockMengchi Zhang
2016-09-06Merge pull request #30 from sspenst/devgpgpu-sim
2016-09-05Merge pull request #28 from jwang323/cdp_cleangpgpu-sim
2016-09-02MOD: Add macros to turn off cuda_device_runtime for CUDA < 5.0Jin Wang
2016-08-25OCDsspenst
2016-08-25Fixed minor shfl bugssspenst
2016-08-24Cleanupsspenst
2016-08-24Added shfl instructionsspenst
2016-07-06ADD: add knob to enable CDP in gpgpusim configJin Wang
2016-07-06BUG: extra bracketJin Wang
2016-07-06BUG: wrong declaration for m_args_aligned_sizeJin Wang
2016-07-06ADD: print kernel parameter size footprint. BUG: concurrent kernels on same s...Jin Wang