From 03f2cd62985a4398cb6afe5066bbc92de272262a Mon Sep 17 00:00:00 2001 From: Ayub Gubran Date: Wed, 19 Oct 2011 14:15:38 -0800 Subject: 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] --- src/stream_manager.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/stream_manager.cc') 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 ); -- cgit v1.3