diff options
| author | Tor Aamodt <[email protected]> | 2012-02-21 15:20:27 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:03 -0700 |
| commit | f14d1687d360a9a9007eacec680a4a71cf9bc76b (patch) | |
| tree | 6f42cdf21c279bce929d380bfc8f2a6b17156d72 /src/cuda-sim/cuda-sim.cc | |
| parent | 7092b55e927a46128d279d544ff2a32887e81126 (diff) | |
removing old barrier implementation (no longer used)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11486]
Diffstat (limited to 'src/cuda-sim/cuda-sim.cc')
| -rw-r--r-- | src/cuda-sim/cuda-sim.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cuda-sim/cuda-sim.cc b/src/cuda-sim/cuda-sim.cc index 406003c..21c3b4a 100644 --- a/src/cuda-sim/cuda-sim.cc +++ b/src/cuda-sim/cuda-sim.cc @@ -1078,7 +1078,6 @@ unsigned ptx_sim_init_thread( kernel_info_t &kernel, ctaid.x,ctaid.y,ctaid.z,t.x,t.y,t.z, thd->get_uid() ); fflush(stdout); } - thd->m_cta_info->assert_barrier_empty(); thd->m_cta_info->register_deleted_thread(thd); delete thd; *thread_info = NULL; |
