diff options
| author | Mahmoud <[email protected]> | 2019-09-20 15:17:56 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-09-20 15:17:56 -0400 |
| commit | 177afa15266ddcc87cc60ecda552717e07197eaa (patch) | |
| tree | 72df57f486ce3e5c59be9d3dc201e9332ea6d205 /src/gpgpu-sim/shader.cc | |
| parent | 5db69b3e5b058c030075c066db64922bf1e6af02 (diff) | |
removing some comments and refectoring the code
Diffstat (limited to 'src/gpgpu-sim/shader.cc')
| -rw-r--r-- | src/gpgpu-sim/shader.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpgpu-sim/shader.cc b/src/gpgpu-sim/shader.cc index 8dddc36..cc85f3f 100644 --- a/src/gpgpu-sim/shader.cc +++ b/src/gpgpu-sim/shader.cc @@ -3290,10 +3290,6 @@ void barrier_set_t::deallocate_barrier( unsigned cta_id ) warp_set_t at_barrier = warps & m_warp_at_barrier; assert( at_barrier.any() == false ); // no warps stuck at barrier warp_set_t active = warps & m_warp_active; - std::cout<<active<<std::endl; - std::cout<<warps<<std::endl; - std::cout<<m_warp_active<<std::endl; - assert( active.any() == false ); // no warps in CTA still running m_warp_active &= ~warps; m_warp_at_barrier &= ~warps; |
