/* 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; }