diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-09 14:32:24 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-09 14:32:24 -0400 |
| commit | cda7a145b9e28eff0f3e9ac8197c2b6215755fc8 (patch) | |
| tree | 130b10d0f93ece2e531b1fab9a8bd80729566461 /src/gpgpu-sim | |
| parent | 5b015d4347c4945de5a6a7b0559e67e3824d76d6 (diff) | |
Move g_ptx_kernel_count
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 4f9ccbf..9f47067 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[g_ptx_kernel_count]); - StatDisp( g_inst_op_classification_stat[g_ptx_kernel_count]); + 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]); } #ifdef GPGPUSIM_POWER_MODEL |
