diff options
| author | Inderpreet Singh <[email protected]> | 2012-05-07 01:19:35 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:37 -0700 |
| commit | 5b4b678642d36eac16d637886c7f44d0e2e74ccb (patch) | |
| tree | c4aebf1be3156f571988eb6c16dd17396d3b6a41 /src/gpgpu-sim | |
| parent | 4505c33872fc5c665bee0060be1fdbfa8c77fdb6 (diff) | |
Integrated in CL12342 from coherence branch; fix for bug #160
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12343]
Diffstat (limited to 'src/gpgpu-sim')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index 83c57b2..c96ed9e 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -528,6 +528,7 @@ void gpgpu_sim::init() // run a CUDA grid on the GPU microarchitecture simulator gpu_sim_cycle = 0; gpu_sim_insn = 0; + last_gpu_sim_insn = 0; m_total_cta_launched=0; reinit_clock_domains(); @@ -861,7 +862,6 @@ void gpgpu_sim::cycle() icnt_transfer(); } - last_gpu_sim_insn = 0; if (clock_mask & CORE) { // L1 cache + shader core pipeline stages for (unsigned i=0;i<m_shader_config->n_simt_clusters;i++) { |
