aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-09Missed a line in the merge that was causing livelock on the asyncAPI apptgrogers
2020-04-07Merge remote-tracking branch 'localpub/dev' into devtgrogers
2020-04-06A simple sciprt to clang-format the codeTim Rogers
2020-02-27Merge pull request #137 from gangmul12/deadlock_fixTor Aamodt
Deadlock fix from stream_manager
2019-11-12Merge pull request #156 from bftf/devTor Aamodt
Enabled CUDA 10. Added implementations for __cudaPushCallConfiguratio…
2019-11-12Updated the ifdef flag which enables/disables the relevant code blocks for ↵bftf
cuda 10; while assuring backwards compatibility for older cuda versions
2019-11-11Enabled CUDA 10. Added implementations for __cudaPushCallConfiguration and ↵bftf
__cudaPopCallConfiguration, neither of which are documented in the CUDA API but they preceed any cudaLaunchKernel() call and push the call configuration on a stack which is then popped when cudaLaunchKernel() is called. Currently the max stack size is 1, an assert will be triggered when this is violated.
2019-10-25Merge pull request #33 from rgreen/max_ctaRoland Green
Add a new config option to cap the max number of completed CTAs
2019-10-25Add a new config option to cap the max number of completed CTAsNick
2019-10-17Merge pull request #130 from srirajpaul/config_pascalTim Rogers
Fix SM6_TITANX config to use pascal file
2019-10-17Merge pull request #134 from gangmul12/shflTim Rogers
take account of shfl latency
2019-10-17Merge pull request #139 from RSpliet/devTim Rogers
Assortment of OpenCL fixes
2019-10-17libopencl: Calculate a valid offset in bind_args()Roy Spliet
v2: Adhere to alignment requirements. v3: Small style fix. Signed-off-by: Roy Spliet <[email protected]>
2019-10-17libopencl: Perform PDOM analysisRoy Spliet
Signed-off-by: Roy Spliet <[email protected]>
2019-10-17libopencl: Stub clGetProgramBuildInfo()Roy Spliet
Assumes everything is ok, even if it isn't. Allows for some Rodinia benchmarks to fail slightly later. v2: Use available case macros. Signed-off-by: Roy Spliet <[email protected]>
2019-10-07Merge pull request #132 from cng123/devTor Aamodt
added temp. solution to bypass function pointers
2019-10-04Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵Mahmoud
into dev-private
2019-10-04increase RF banksMahmoud
2019-09-23Merge pull request #32 from mkhairy/devmkhairy
Dev
2019-09-23fixing reformattingMahmoud
2019-09-16Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵Mahmoud
into dev-private
2019-09-13Merge pull request #31 from rgreen/devTim Rogers
Application of clang-format to make the code use standardized formatting.
2019-09-13fix pathNick
2019-09-13ry and fix conditionNick
2019-09-13Change to the correct directory for clang-format (away from tmp)Nick
2019-09-13print the files to make sure we are doing things correctlyNick
2019-09-13try conditional check in bashNick
2019-09-13Add missing changes to the libcuda dirNick
2019-09-13Point to executable in tmp for nowNick
2019-09-13Need to source the right gcc version for clang-formatNick
2019-09-13fix remote repository problemNick
2019-09-13Bad jenkinsfile... do what I mean, not what I sayNick
2019-09-13Add jenkinsfile format checkerNick
2019-09-13Add run-clang-format.py wrapper to the repoNick
2019-09-13Thought this was solved, gave the power model another pass of formatting for ↵Nick
comments
2019-09-13Final pass on power model reformat (comments...)Nick
2019-09-13Seems like multiple passes for reformatting commentsNick
2019-09-13Big reformat change using clang-format-6.0Nick
2019-09-13Revert "Add src/ director formatting"Nick
This reverts commit 26ca8de4a6ec9bfe422a14cbe325a5f257df453b.
2019-09-13Revert "Add src/gpgpu-sim formatting"Nick
This reverts commit 9c9b1341613e767f306b2b73b5b8a5317b6ee563.
2019-09-13Revert "Add src/cuda-sim formatting"Nick
This reverts commit 0c023e41809dba8897c37af6bb03e5c3aa9ebc5e.
2019-09-13Revert "final formatting pass"Nick
This reverts commit de5c2d63adeec53898b40934b21f6ee9627b877d.
2019-09-13Revert "add /src/gpuwattch formatting"Nick
This reverts commit b7776785a18d3f4e6229cd625f92c11b55894b75.
2019-09-13Revert "Add additional formatting pass on directories"Nick
This reverts commit ca563ea85ead434e0d579026b5e66e829af5efe5.
2019-09-13Add additional formatting pass on directoriesNick
2019-09-13add /src/gpuwattch formattingNick
2019-09-13final formatting passNick
2019-09-13Add src/cuda-sim formattingNick
2019-09-13Add src/gpgpu-sim formattingNick
2019-09-13Add src/ director formattingNick