summaryrefslogtreecommitdiff
path: root/libcuda/gpgpu_context.h
diff options
context:
space:
mode:
authortgrogers <[email protected]>2019-06-12 16:19:08 -0400
committertgrogers <[email protected]>2019-06-12 16:19:08 -0400
commit53e003426620636f0ba8243e28aa5c0687378749 (patch)
tree3af7e3a8f18689ef6b3f2cc55afc651478742e15 /libcuda/gpgpu_context.h
parent933d0aa4f91588d17f8970c578b2c1d2bbc9fc9c (diff)
parentc5578dade2fef7985bf1b26a7f3ae78896c96b69 (diff)
Merge branch 'dev' of github.com:purdue-aalp/gpgpu-sim_distribution into dev
Diffstat (limited to 'libcuda/gpgpu_context.h')
-rw-r--r--libcuda/gpgpu_context.h5
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__ */