summaryrefslogtreecommitdiff
path: root/src/cuda-sim
AgeCommit message (Collapse)Author
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 ↵tgrogers
causes ridiculous output file sizes
2018-03-31masked declaration leading to using unitialized buffer as file name, leading ↵Tor Aamodt
to crash this still fails regressions
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
Don't directly pass strings to printf (beacuse they wouldn't be escap…
2018-03-26Don't directly pass strings to printf (beacuse they wouldn't be escapped). ↵Nathan Conrad
Clang gives warnings about this.
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 ↵letr63jd56
everytime we execute the code
2018-03-19temporary fixes to parsing issuesletr63jd56
2017-11-12Fix latency bugNegar
2017-09-24Changed how warp level instructions are handled to avoid an assert that is ↵speverel
guaranteed to fail in functional simulation only mode. Hopefully this shouldn't introduce any new issues.
2017-08-17Merged all work on the dev branch since the divergence point into the dnn ↵speverel
branch, incorporating Dynamic Parallelism and many bug fixes.
2017-07-06Adding the correct dependency for the detailed_version file. In order to ↵tgrogers
updatet the built number output when we run gpgpu-sim we need to recompile cuda-sim everytime the detailed_version has changed
2017-05-17Changing the version detection to be much more detailed. Now the git commit ↵tgrogers
# and branch will be embedded in the built executable and print out when gpgpu-sim runs
2017-05-09Fix next block addr to link predicate ret block to consecutive blockMengchi Zhang
The block containing predicate ret instruction should add the consecutive block to its successor_ids set. next_addr should be assigned with current instruction address add instruction size instead of 1. Signed-off-by: Mengchi Zhang <[email protected]>
2016-09-06Merge pull request #30 from sspenst/devgpgpu-sim
shfl instruction implemented
2016-09-05Merge pull request #28 from jwang323/cdp_cleangpgpu-sim
Initial support of CUDA Dynamic Parallelism on GPGPUSim
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-08-09Changed bsmad_impl to match Ahmed's output. Added latency and ↵sspenst
initiation_interval numbers for bsmad
2016-08-08Forgot to multiply by the synapsesspenst
2016-08-05Deleted useless commentssspenst
2016-08-05Added ptx_warp_info to know how many threads within a warp have executedsspenst
2016-08-05bsmad gives the correct output in the small cases I have tried, still need ↵sspenst
to complete the TODOs noted in bsmad_impl
2016-08-04A thread executing BSMAD is now able to access information from all threads ↵sspenst
in its warp
2016-07-11Changed sst return value to be the address instead of index offsetsspenst
2016-07-11Reverted the previous commit to add a cleaner way of getting NUM_THREADS. ↵sspenst
Now, sst_impl doesn't functionally execute on the last indexed element of an array, but instead on the actual last thread that executes
2016-07-08Made gridDim and blockDim global variables so that they can be accessed from ↵sspenst
sst_impl
2016-07-08SST should now properly simulate the barrier operationsspenst
2016-07-07sst_impl cleanupsspenst
2016-07-07Indices are now stored corresponding to values. SST now returns the number ↵sspenst
of elements instead of the device memory address
2016-07-07SST instruction now returns the end address of the new sparse arraysspenst