diff options
| author | Mahmoud <[email protected]> | 2018-03-30 11:27:57 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-03-30 11:27:57 -0400 |
| commit | 3b9cc9285b5394320873e42edee03d8f23d6d17e (patch) | |
| tree | abd35e88430ef0bc0db80b8891604fba10c24a6e /src | |
| parent | 93cdd2e217d7903ccf715a00b6dae8265bb38fca (diff) | |
fixing gpu-tot-cycle bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index 006d243..7835496 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -844,7 +844,6 @@ void gpgpu_sim::update_stats() { partiton_replys_in_parallel = 0; partiton_reqs_in_parallel_util = 0; gpu_sim_cycle_parition_util = 0; - gpu_tot_sim_cycle = 0; gpu_sim_insn = 0; m_total_cta_launched = 0; } |
