diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-05-08 12:09:48 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:38 -0700 |
| commit | f24ae8dd11dc5f49d96bbecab9aecc3e431eb8ff (patch) | |
| tree | 040330a373f15f99ff41c43f31223a4f637ec6f5 | |
| parent | eb3dde73c816997dd6a6310c1f06c0fd516076fb (diff) | |
Removing a wrong comment
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12358]
| -rw-r--r-- | src/gpgpusim_entrypoint.cc | 2 |
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 } |
