diff options
| author | Nick <[email protected]> | 2019-09-13 08:02:14 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 08:02:14 -0400 |
| commit | f2aa87a330dc68207088bf60828376f9fa454d72 (patch) | |
| tree | c329fe2a9b754de23acc8dc99e9d3e5d44139e1d /src/gpgpu-sim/shader.cc | |
| parent | a34a4baad45a40840308167307c79371b4024a9d (diff) | |
Seems like multiple passes for reformatting comments
Diffstat (limited to 'src/gpgpu-sim/shader.cc')
| -rw-r--r-- | src/gpgpu-sim/shader.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/shader.cc b/src/gpgpu-sim/shader.cc index 45e6790..c7738c0 100644 --- a/src/gpgpu-sim/shader.cc +++ b/src/gpgpu-sim/shader.cc @@ -3426,8 +3426,8 @@ void shader_core_ctx::warp_exit(unsigned warp_id) { for (unsigned i = warp_id * get_config()->warp_size; i < (warp_id + 1) * get_config()->warp_size; i++) { // if(this->m_thread[i]->m_functional_model_thread_state && - //this->m_thread[i].m_functional_model_thread_state->donecycle()==0) { done - //= false; + // this->m_thread[i].m_functional_model_thread_state->donecycle()==0) { + // done = false; // } if (m_thread[i] && !m_thread[i]->is_done()) done = false; |
