summaryrefslogtreecommitdiff
path: root/libcuda
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-07-07 23:56:21 -0400
committerMengchi Zhang <[email protected]>2019-07-07 23:56:21 -0400
commit7e9591a24ffbe645cfaa7a84b33a82edb9fca0bc (patch)
treed63352adf3b00a50e5508b3ac0477343a27ccc13 /libcuda
parent60c38b0f77378eb111e88f632702d19dc3746cc7 (diff)
g_keep_intermediate_files
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda')
-rw-r--r--libcuda/gpgpu_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcuda/gpgpu_context.h b/libcuda/gpgpu_context.h
index d819559..a8b60f4 100644
--- a/libcuda/gpgpu_context.h
+++ b/libcuda/gpgpu_context.h
@@ -32,6 +32,7 @@ class gpgpu_context {
class symbol_table* init_parser(const char*);
class gpgpu_sim *gpgpu_ptx_sim_init_perf();
struct _cuda_device_id *GPGPUSim_Init();
+ void ptx_reg_options(option_parser_t opp);
};
gpgpu_context* GPGPU_Context();