summaryrefslogtreecommitdiff
path: root/src/stream_manager.cc
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-10-07 20:22:32 -0400
committertgrogers <[email protected]>2018-10-07 20:22:32 -0400
commit6bea063d90358417b9d95dd17f8c2b88491b7385 (patch)
tree9ab5081e2b0fccfcd3e62a7f8d7bd3d8750323b7 /src/stream_manager.cc
parent1e2d7b4c3147a0371c26bf086024d1cf770ad60c (diff)
parente97db22feb5aef9978feaae9f5c92507c73d7d96 (diff)
Merge branch 'dev-purdue-integration' of github.rcac.purdue.edu:jain156/gpgpu-sim_distribution into jain156-dev-purdue-integration
Diffstat (limited to 'src/stream_manager.cc')
-rw-r--r--src/stream_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream_manager.cc b/src/stream_manager.cc
index 3b6cbd5..21115c6 100644
--- a/src/stream_manager.cc
+++ b/src/stream_manager.cc
@@ -230,7 +230,7 @@ bool stream_manager::operation( bool * sim)
{
bool check=check_finished_kernel();
pthread_mutex_lock(&m_lock);
-// if(check)m_gpu->print_stats();
+ if(check)m_gpu->print_stats();
stream_operation op =front();
if(!op.do_operation( m_gpu )) //not ready to execute
{