From dd9b39ffbc3c90e1734c09c40712825f0b782888 Mon Sep 17 00:00:00 2001 From: Ayub Gubran Date: Thu, 20 Oct 2011 13:12:17 -0800 Subject: Undoing a change that should't be in this branch. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10697] --- src/stream_manager.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/stream_manager.cc b/src/stream_manager.cc index 1673e98..85778c9 100644 --- a/src/stream_manager.cc +++ b/src/stream_manager.cc @@ -152,8 +152,7 @@ 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(true) + if( m_sim_mode ) gpgpu_cuda_ptx_sim_main_func( *m_kernel ); else gpu->launch( m_kernel ); -- cgit v1.3