summaryrefslogtreecommitdiff
path: root/src/gpgpusim_entrypoint.cc
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-05-08 12:09:48 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:38 -0700
commitf24ae8dd11dc5f49d96bbecab9aecc3e431eb8ff (patch)
tree040330a373f15f99ff41c43f31223a4f637ec6f5 /src/gpgpusim_entrypoint.cc
parenteb3dde73c816997dd6a6310c1f06c0fd516076fb (diff)
Removing a wrong comment
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12358]
Diffstat (limited to 'src/gpgpusim_entrypoint.cc')
-rw-r--r--src/gpgpusim_entrypoint.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpusim_entrypoint.cc b/src/gpgpusim_entrypoint.cc
index 3e7f813..7a39e5d 100644
--- a/src/gpgpusim_entrypoint.cc
+++ b/src/gpgpusim_entrypoint.cc
@@ -111,7 +111,7 @@ void *gpgpu_sim_thread_concurrent(void*)
// check if a kernel has completed
unsigned grid_uid = g_the_gpu->finished_kernel();
if( grid_uid ){
- g_stream_manager->register_finished_kernel(grid_uid); //this requires recursive mutexes but doesnt appear to have them :( but works anyway?
+ g_stream_manager->register_finished_kernel(grid_uid);
break; //force stats print and update
}