summaryrefslogtreecommitdiff
path: root/src/stream_manager.cc
diff options
context:
space:
mode:
authorAyub Gubran <[email protected]>2011-10-19 14:15:38 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:18:23 -0700
commit03f2cd62985a4398cb6afe5066bbc92de272262a (patch)
treef70630a306f1bb90d6fb5cfffe4d74a1c6fa2ca4 /src/stream_manager.cc
parent258ad919a4d584a665c1b1d40d7c5e00831d7288 (diff)
My last work added to the branch, wokring on the functional simulator in cudasim.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10695]
Diffstat (limited to 'src/stream_manager.cc')
-rw-r--r--src/stream_manager.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stream_manager.cc b/src/stream_manager.cc
index 85778c9..1673e98 100644
--- a/src/stream_manager.cc
+++ b/src/stream_manager.cc
@@ -152,7 +152,8 @@ void stream_operation::do_operation( gpgpu_sim *gpu )
case stream_kernel_launch:
if( gpu->can_start_kernel() ) {
printf("kernel \'%s\' transfer to GPU hardware scheduler\n", m_kernel->name().c_str() );
- if( m_sim_mode )
+ // if( m_sim_mode )
+ if(true)
gpgpu_cuda_ptx_sim_main_func( *m_kernel );
else
gpu->launch( m_kernel );