From 584ebaa74a838680e6ed1fa13ac266e88c30c071 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 26 Jun 2018 13:20:39 -0700 Subject: exports and imports param data in new debug tool: WatchYourStep --- debug_tools/WatchYourStep/ptxjitplus/ptxinst.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debug_tools/WatchYourStep/ptxjitplus/ptxinst.cpp (limited to 'debug_tools/WatchYourStep/ptxjitplus/ptxinst.cpp') diff --git a/debug_tools/WatchYourStep/ptxjitplus/ptxinst.cpp b/debug_tools/WatchYourStep/ptxjitplus/ptxinst.cpp new file mode 100644 index 0000000..6b39eb1 --- /dev/null +++ b/debug_tools/WatchYourStep/ptxjitplus/ptxinst.cpp @@ -0,0 +1,14 @@ +/* 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; +} -- cgit v1.3