summaryrefslogtreecommitdiff
path: root/src/cuda-sim/cuda-sim.cc
AgeCommit message (Collapse)Author
2019-06-18fixing shuffle inst bugMahmoud
2019-05-31adding missing changes in cuda-sim.ccMahmoud
2019-05-30adding new values to gpu contextMahmoud
2019-05-17Move ptx parser to reentrantMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-04-17Adding configs for device limits and fixed other misc bugsSuchita Pati
2019-04-16Adding additional fixes for the texture bugsSuchita Pati
2019-04-10Adding texture FixSuchita Pati
2018-11-29Fixing the compile in gcc 4.4.xtgrogers
2018-11-18Merge branch 'dev' of https://github.com/gpgpu-sim/gpgpu-sim_distribution ↵Mahmoud
into dev
2018-11-09Adding checkpoint supportDeval Shah
2018-11-09resolving merge conflictsDeval Shah
2018-11-09resolving merge conflictDeval Shah
2018-11-07Adding INT unit, fixing tensor core latency, updating config filesMahmoud
2018-11-05demorgan law erroraamir
2018-11-03merged with memory subsytem. Regression is passing but tensorcore kernel is ↵aamir
stuck in deadlock
2018-11-02bug in the last commitaamir
2018-11-02some minor changes asked in the code reviewaamir
2018-11-02added incount and outcount, addressed all of the pull request commentsaamir
2018-10-26made the changes compatible with old config filesMd Aamir Raihan
2018-10-24merged tensor-cores codeaamir
2018-09-22debug printsaamir
2018-09-09generating correct number of mem transactionaamir
2018-09-09minor changes for generating mem transaction in timing model. NOTE NOT COMPLETEDaamir
2018-08-16add latencynegargoli
2018-08-16Timing model for VCOREnegargoli93
2018-08-16fix alignment bug in parser, modified ptxjitconfig, minor fixesJonathan
2018-08-10fixes ptxjitplus and cuLaunchKernelJonathan
2018-08-09added loadaamir
2018-07-21merging the changes of cutlass on negar tensorcore branchaamir
2018-07-20load param offsets with refactored code and look in middle of malloc'd area ↵J
for pointer
2018-07-18added c++filt that works better, param offset dumping, protection for ↵Jonathan
failing system calls
2018-07-16fix pipline for tensor_core and change confignegargoli93
2018-07-13Add more print statements to debug api callsJonathan
Fixed bug with 32bit rem Fixed bug with launching kernels in ptxjitplus Removed extraneous files Cleaned up more pointers Added documentation for ptxjitplus
2018-07-09fixed pointer bug in ptx jit and added support for executing ptxjitconfig ↵Jonathan
when running ptxjit
2018-07-09better launchkernels and more printouts for debuggingJonathan
2018-07-04dumps ptx kernels and scripts to launch all kernelsJonathan
2018-07-04dump and load block and grid size and launchJonathan
2018-07-03loading params works nowJonathan
2018-06-29dumps global using pointer, dump output from ptxjit to fileJonathan
2018-06-28dumps pointers by accessing global memoryJonathan
2018-06-28Tests to find conditions that a value is a pointer and new mallocPtr_SizeJonathan
2018-06-27WIP dump paramsJonathan
2018-06-26exports and imports param data in new debug tool: WatchYourStepJonathan
2018-06-22All required PTX JIT functions supportedJonathan
2018-06-21WIP adding support for PTX JIT and dumping params to cudaLaunchesJonathan
2018-06-20Tensor core timing modelnegargoli93
2018-06-01wmma load workingaamir
2018-05-30changes for vector operandsaamir
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 ↵Jonathan
behave correctly