summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.cc
diff options
context:
space:
mode:
authorNick <[email protected]>2019-09-13 07:48:04 -0400
committerNick <[email protected]>2019-09-13 07:48:04 -0400
commit96a0ebfc2583e6f92d8287ecd128eb7c634be017 (patch)
treed8337c6979b420f5075aeebefcc676b46cf6e639 /src/gpgpu-sim/shader.cc
parentca563ea85ead434e0d579026b5e66e829af5efe5 (diff)
Revert "Add additional formatting pass on directories"
This reverts commit ca563ea85ead434e0d579026b5e66e829af5efe5.
Diffstat (limited to 'src/gpgpu-sim/shader.cc')
-rw-r--r--src/gpgpu-sim/shader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.cc b/src/gpgpu-sim/shader.cc
index fc1c1e2..73ea8b3 100644
--- a/src/gpgpu-sim/shader.cc
+++ b/src/gpgpu-sim/shader.cc
@@ -3460,7 +3460,7 @@ 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) {
+ //this->m_thread[i].m_functional_model_thread_state->donecycle()==0) {
// done = false;
// }