From f24ae8dd11dc5f49d96bbecab9aecc3e431eb8ff Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Tue, 8 May 2012 12:09:48 -0800 Subject: Removing a wrong comment [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12358] --- src/gpgpusim_entrypoint.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 } -- cgit v1.3