summaryrefslogtreecommitdiff
path: root/debug_tools/WatchYourStep/ptxjitplus
AgeCommit message (Collapse)Author
2018-08-10Update cuda path in MakefileJ
2018-08-10fixes ptxjitplus and cuLaunchKernelJonathan
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-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-07-03correctly load paramsJonathan
2018-07-03minor bug fixJonathan
2018-06-29dumps global using pointer, dump output from ptxjit to fileJonathan
2018-06-28loads paramsJonathan
2018-06-27WIP dump paramsJonathan
2018-06-26exports and imports param data in new debug tool: WatchYourStepJonathan