summaryrefslogtreecommitdiff
path: root/src/stream_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream_manager.cc')
-rw-r--r--src/stream_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream_manager.cc b/src/stream_manager.cc
index 5b886ab..1b8ebb1 100644
--- a/src/stream_manager.cc
+++ b/src/stream_manager.cc
@@ -199,6 +199,7 @@ bool stream_operation::do_operation( gpgpu_sim *gpu )
if(g_debug_execution >= 3)
printf("stream wait event\n");
if(m_event->done())
+ printf("stream wait event done\n");
m_stream->record_next_done();
}
break;