diff options
| author | PSuchita <[email protected]> | 2019-05-30 00:36:43 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-30 00:36:43 -0700 |
| commit | 580a244665a4cf6855320dc209a66dc2fe81c645 (patch) | |
| tree | 086c2973182f844dd090e60b5010f8b5aa6df06b /src/cuda-sim | |
| parent | 51c853e42c805275c64ee90c1c025e4b111fc570 (diff) | |
| parent | 5837143ef70e20c362083b36c55e4c473f59f358 (diff) | |
Merge pull request #4 from gpgpu-sim/dev
Dev
Diffstat (limited to 'src/cuda-sim')
| -rw-r--r-- | src/cuda-sim/cuda-sim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cuda-sim/cuda-sim.h b/src/cuda-sim/cuda-sim.h index abd32f9..e690356 100644 --- a/src/cuda-sim/cuda-sim.h +++ b/src/cuda-sim/cuda-sim.h @@ -47,6 +47,8 @@ extern int g_debug_thread_uid; extern void ** g_inst_classification_stat; extern void ** g_inst_op_classification_stat; extern int g_ptx_kernel_count; // used for classification stat collection purposes +extern char *opcode_latency_int, *opcode_latency_fp, *opcode_latency_dp,*opcode_latency_sfu,*opcode_latency_tensor; + void ptx_opcocde_latency_options (option_parser_t opp); extern class kernel_info_t *gpgpu_opencl_ptx_sim_init_grid(class function_info *entry, |
