summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2018-03-30 11:27:57 -0400
committerMahmoud <[email protected]>2018-03-30 11:27:57 -0400
commit3b9cc9285b5394320873e42edee03d8f23d6d17e (patch)
treeabd35e88430ef0bc0db80b8891604fba10c24a6e /src/gpgpu-sim
parent93cdd2e217d7903ccf715a00b6dae8265bb38fca (diff)
fixing gpu-tot-cycle bug
Diffstat (limited to 'src/gpgpu-sim')
-rw-r--r--src/gpgpu-sim/gpu-sim.cc1
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;
}