diff options
Diffstat (limited to 'src/cuda-sim/ptx_loader.h')
| -rw-r--r-- | src/cuda-sim/ptx_loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_loader.h b/src/cuda-sim/ptx_loader.h index 33c6dc9..95130f1 100644 --- a/src/cuda-sim/ptx_loader.h +++ b/src/cuda-sim/ptx_loader.h @@ -76,5 +76,6 @@ extern bool g_override_embedded_ptx; void gpgpu_ptx_sim_load_gpu_kernels(); void gpgpu_ptx_sim_add_ptxstring( const char *ptx_string, const char *sourcefname ); +class symbol_table *gpgpu_ptx_sim_load_ptx_from_string( const char *p, unsigned source_num ); #endif |
