summaryrefslogtreecommitdiff
path: root/src/cuda-sim
AgeCommit message (Expand)Author
2018-05-25fixed merge issueJonathan
2018-05-25changed assertion to warning when binding to previously bound name.Jonathan
2018-05-25assertions and comments that allow the current unbind implementation to behav...Jonathan
2018-05-25cudaStreamWaitEvent tentative implementationJonathan
2018-05-25restructured texref maps to fix texture bugJonathan
2018-05-25unbind implementationJonathan
2018-05-25revert to before texture bugJonathan
2018-05-25erase texinfo in unbind and disable assertJonathan
2018-05-25implemented unbind, currently only affects cudaArray mapJonathan
2018-05-25reverted cuda8 changes (extra fields) and assert texture bug fix's assumptionJonathan
2018-05-25changed for loop, pass pipeline?Jonathan
2018-05-25abstract_hardware_model.h:texrefAttr is different and can be searched via poi...Jonathan
2018-05-25allows gpgpusim to select a set of texture array,attr,info but maybe not the ...Jonathan
2018-05-25is_reg changeJonathan
2018-05-18ld operand in register spaceSuchita Pati
2018-05-09Merge remote-tracking branch 'public/dev' into devtgrogers
2018-05-09Getting the simulator to compile with older versions of g++tgrogers
2018-04-19Crash when array pointers are passedAmruth
2018-04-14solving alignment issueAmruth
2018-04-11Merge remote-tracking branch 'upstream/dev' into devtgrogers
2018-04-11clean upAmruth
2018-04-11PDOM analysis for child kernel in CDPAmruth
2018-04-05fixing file pointer and attributes issuesAmruth
2018-04-04updating EOF condition for Mac usersAmruth
2018-04-04Prog gets stuck because it doesnt recieve EOFAmruth
2018-04-04adding missing ptxas flags for cdp supportAmruth
2018-04-03remove temporarily generated filesAmruth
2018-04-03crash when print() is sent to pdom analysisAmruth
2018-04-01fix regressions -- move call to pre_decode into do_pdomTor Aamodt
2018-04-01add pdom analysis for function calls -- doesn't fix regressionsTor Aamodt
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-29Merge remote-tracking branch 'public_gpgpusim/dev' into devTor Aamodt
2018-03-28fix compile errors on Ubuntu LTS 16.04Tor Aamodt
2018-03-28Merge remote-tracking branch 'public/dev' into devtgrogers
2018-03-27considered CDP scenarioAmruth
2018-03-27support for pinned memories - temporary fixAmruth
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-25code for removing duplicates in embedded ptxAmruth
2018-03-23dynamic pdom analysis at runtimeAmruth
2018-03-20code to load the embedded ptx directly and prevent cuobjdump to dump everytim...letr63jd56
2018-03-19temporary fixes to parsing issuesletr63jd56
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