diff options
| author | Mahmoud <[email protected]> | 2019-09-04 21:38:57 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-09-04 21:38:57 -0400 |
| commit | eb3b077cddb24a734bb72f5c1588dee4034214a7 (patch) | |
| tree | 7350591f8d5e3156f6b2c69cc54b7568cc77aa77 /libcuda | |
| parent | 41da287aced4587c6005725ac4ca9b9809c2e08f (diff) | |
adding trace class and parss kernel info
Diffstat (limited to 'libcuda')
| -rw-r--r-- | libcuda/gpgpu_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcuda/gpgpu_context.h b/libcuda/gpgpu_context.h index 45c5cdd..d3c5d74 100644 --- a/libcuda/gpgpu_context.h +++ b/libcuda/gpgpu_context.h @@ -65,6 +65,7 @@ class gpgpu_context { const ptx_instruction* pc_to_instruction(unsigned pc); const warp_inst_t *ptx_fetch_inst( address_type pc ); unsigned translate_pc_to_ptxlineno(unsigned pc); + class gpgpu_sim *gpgpu_trace_sim_init_perf(int argc, const char *argv[]); }; gpgpu_context* GPGPU_Context(); |
