diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-12 13:02:19 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-06-12 13:02:19 -0400 |
| commit | c5578dade2fef7985bf1b26a7f3ae78896c96b69 (patch) | |
| tree | f92e42961c0fda60a5f22383490831dcf1cc900b /libcuda/gpgpu_context.h | |
| parent | 35b55f5313d079327be9e6c91de5a53a01030e3e (diff) | |
| parent | 7a6ff7084c1c65450775b4d58e80f8c789888815 (diff) | |
Merge pull request #16 from echoedit/dev
Dev
Diffstat (limited to 'libcuda/gpgpu_context.h')
| -rw-r--r-- | libcuda/gpgpu_context.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcuda/gpgpu_context.h b/libcuda/gpgpu_context.h index 4622f00..16626eb 100644 --- a/libcuda/gpgpu_context.h +++ b/libcuda/gpgpu_context.h @@ -11,5 +11,10 @@ class gpgpu_context { // objects pointers for each file cuda_runtime_api* api; // member function list + void cuobjdumpParseBinary(unsigned int handle); + class symbol_table *gpgpu_ptx_sim_load_ptx_from_string( const char *p, unsigned source_num ); + class symbol_table *gpgpu_ptx_sim_load_ptx_from_filename( const char *filename ); }; +gpgpu_context* GPGPU_Context(); + #endif /* __gpgpu_context_h__ */ |
