diff options
| author | Ayub Gubran <[email protected]> | 2011-10-20 13:12:17 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:23 -0700 |
| commit | dd9b39ffbc3c90e1734c09c40712825f0b782888 (patch) | |
| tree | 72d4cb721d898831cbc915f37bd8b1f4510d2249 /src/stream_manager.cc | |
| parent | 03f2cd62985a4398cb6afe5066bbc92de272262a (diff) | |
Undoing a change that should't be in this branch.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10697]
Diffstat (limited to 'src/stream_manager.cc')
| -rw-r--r-- | src/stream_manager.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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 ); |
