diff options
| author | Jonathan <[email protected]> | 2018-07-13 10:46:47 -0700 |
|---|---|---|
| committer | Jonathan <[email protected]> | 2018-07-13 10:48:42 -0700 |
| commit | d072fa72c6ffce7f34520d24c8cb285e0d5b92b2 (patch) | |
| tree | 912cdabee964cc0bbdb5f209ba50f79e6c8d6756 /debug_tools/WatchYourStep/ptxjitplus/ptxinst.h | |
| parent | dd4728921136fa5f3a2e6c9591eed852ba871cb2 (diff) | |
Add more print statements to debug api calls
Fixed bug with 32bit rem
Fixed bug with launching kernels in ptxjitplus
Removed extraneous files
Cleaned up more pointers
Added documentation for ptxjitplus
Diffstat (limited to 'debug_tools/WatchYourStep/ptxjitplus/ptxinst.h')
| -rw-r--r-- | debug_tools/WatchYourStep/ptxjitplus/ptxinst.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debug_tools/WatchYourStep/ptxjitplus/ptxinst.h b/debug_tools/WatchYourStep/ptxjitplus/ptxinst.h deleted file mode 100644 index de2595e..0000000 --- a/debug_tools/WatchYourStep/ptxjitplus/ptxinst.h +++ /dev/null @@ -1,14 +0,0 @@ -/* ptxinst.h - * Jonathan Lew - * University of British Columbia - */ - -#ifndef _PTXINST_H_ -#define _PTXINST_H_ - -#include <string> - -void* instrument_ptx_from_function(std::string function, std::string path); -void* instrument_ptx_from_string(std::string ptxcode); - -#endif |
