summaryrefslogtreecommitdiff
path: root/debug_tools/WatchYourStep/ptxjitplus/ptxinst.cpp
blob: 6b39eb1845eb4533682359b8dbe8e4cd7d93220a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
}