diff options
| author | tgrogers <[email protected]> | 2018-10-07 21:41:35 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-10-07 21:41:35 -0400 |
| commit | afb28556c4f08e4daca17525e7e377d9aaec0ee5 (patch) | |
| tree | ab1d03b510b4fabe8138c0fdf2ed9bf8cb473582 /src/cuda-sim/cuda-sim.h | |
| parent | 2ca656ae40436929f3d1261acabbd1c13db8470a (diff) | |
Unrolling Aksahy's stats - as they seem to be really screwing things up.
Diffstat (limited to 'src/cuda-sim/cuda-sim.h')
| -rw-r--r-- | src/cuda-sim/cuda-sim.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cuda-sim/cuda-sim.h b/src/cuda-sim/cuda-sim.h index ef9549f..958daba 100644 --- a/src/cuda-sim/cuda-sim.h +++ b/src/cuda-sim/cuda-sim.h @@ -44,10 +44,8 @@ extern int g_ptx_sim_mode; extern int g_debug_execution; extern int g_debug_thread_uid; extern void ** g_inst_classification_stat; -extern void ** g_inst_mem_classification_stat; extern void ** g_inst_op_classification_stat; extern int g_ptx_kernel_count; // used for classification stat collection purposes -extern int g_ptx_kernel_count_prev; // used for classification stat collection purposes void ptx_opcocde_latency_options (option_parser_t opp); extern class kernel_info_t *gpgpu_opencl_ptx_sim_init_grid(class function_info *entry, |
