diff options
| author | negargoli93 <[email protected]> | 2018-07-16 13:18:23 -0700 |
|---|---|---|
| committer | negargoli93 <[email protected]> | 2018-07-16 13:18:23 -0700 |
| commit | e541026cfc0ee4be25e7093cb7ff3acfa3cbb6e7 (patch) | |
| tree | d8b8d20e260d5842b5fa46fb9f240b99b3906c1f /src/gpgpu-sim/gpu-sim.cc | |
| parent | d907c7d848be6ced2b7f2bd2df84b39e57dfbedc (diff) | |
fix pipline for tensor_core and change config
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
| -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 cc23051..3e064c7 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -1541,7 +1541,7 @@ void gpgpu_sim::cycle() } } - if (!(gpu_sim_cycle % 20000)) { + if (!(gpu_sim_cycle % 50000)) { // deadlock detection if (m_config.gpu_deadlock_detect && gpu_sim_insn == last_gpu_sim_insn) { gpu_deadlock = true; |
