diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-10 00:25:15 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-10 00:25:15 -0400 |
| commit | 0a0dbfe33d434d4e3c6988a345b9e8a9779eddc1 (patch) | |
| tree | b2859140c661d2d688a8b6abbb2deb1aa3fb15f0 /src/gpgpu-sim | |
| parent | 717de45b61d12fd4aedea111515433167c7efab7 (diff) | |
Move g_inst_classification_stat and g_inst_op_classification_stat
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/gpgpu-sim')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index 30e0aa5..30411f1 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -1201,8 +1201,8 @@ void gpgpu_sim::gpu_print_stat() insn_warp_occ_print(stdout); } if ( gpgpu_ptx_instruction_classification ) { - StatDisp( g_inst_classification_stat[gpgpu_ctx->func_sim->g_ptx_kernel_count]); - StatDisp( g_inst_op_classification_stat[gpgpu_ctx->func_sim->g_ptx_kernel_count]); + StatDisp( gpgpu_ctx->func_sim->g_inst_classification_stat[gpgpu_ctx->func_sim->g_ptx_kernel_count]); + StatDisp( gpgpu_ctx->func_sim->g_inst_op_classification_stat[gpgpu_ctx->func_sim->g_ptx_kernel_count]); } #ifdef GPGPUSIM_POWER_MODEL |
