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.cpp | |
| 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.cpp')
| -rw-r--r-- | debug_tools/WatchYourStep/ptxjitplus/ptxinst.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debug_tools/WatchYourStep/ptxjitplus/ptxinst.cpp b/debug_tools/WatchYourStep/ptxjitplus/ptxinst.cpp deleted file mode 100644 index 6b39eb1..0000000 --- a/debug_tools/WatchYourStep/ptxjitplus/ptxinst.cpp +++ /dev/null @@ -1,14 +0,0 @@ -/* ptxinst.cpp - * Jonathan Lew - * University of British Columbia - */ -#include "ptxinst.h" - -void* instrument_ptx_from_function(std::string function, std::string path) -{ - return NULL; -} -void* instrument_ptx_from_string(std::string ptxcode) -{ - return NULL; -} |
