summaryrefslogtreecommitdiff
path: root/libcuda/gpgpu_context.h
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-07-01 16:23:33 -0400
committerMengchi Zhang <[email protected]>2019-07-01 16:23:33 -0400
commitcb678c3670de4a435a3260ed80dc476da3860082 (patch)
tree99b062689fec2edc94c4af9e10efae9686b24c40 /libcuda/gpgpu_context.h
parent3ced1e68b56c8dfae3bd98e0ede6241e31cefaa2 (diff)
Move g_debug_ir_generation and GPGPUSim_Init
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda/gpgpu_context.h')
-rw-r--r--libcuda/gpgpu_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcuda/gpgpu_context.h b/libcuda/gpgpu_context.h
index fa5d02b..dd8b51d 100644
--- a/libcuda/gpgpu_context.h
+++ b/libcuda/gpgpu_context.h
@@ -26,6 +26,8 @@ class gpgpu_context {
void gpgpu_ptxinfo_load_from_string( const char *p_for_info, unsigned source_num, unsigned sm_version=20, int no_of_ptx=0 );
void print_ptx_file( const char *p, unsigned source_num, const char *filename );
class symbol_table* init_parser(const char*);
+ class gpgpu_sim *gpgpu_ptx_sim_init_perf();
+ struct _cuda_device_id *GPGPUSim_Init();
};
gpgpu_context* GPGPU_Context();