diff options
| author | Wilson Fung <[email protected]> | 2012-01-17 00:23:46 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:02 -0700 |
| commit | f0bfd72df3f664c2b44595d1a393ec6b535181c0 (patch) | |
| tree | 8e68d26b14972901b17c84782a2f7f3277de4fdf /src/gpgpu-sim/gpu-sim.cc | |
| parent | 5e46e5ce42b9c88c9ae3d8fb7ab9df4f0f2e7c97 (diff) | |
Fixing bug 126. Now DXTC runs to completion by not giving correct result (expected). The key is that the missing function is now in place. Also removed reference to print_shader_cycle_distro() (this is deprecated by AerialVision).
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11346]
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index ddee6eb..6b448ab 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -904,8 +904,6 @@ void gpgpu_sim::cycle() } if (m_config.gpu_runtime_stat_flag & GPU_RSTAT_SHD_INFO) shader_print_runtime_stat( stdout ); - if (m_config.gpu_runtime_stat_flag & GPU_RSTAT_WARP_DIS) - print_shader_cycle_distro( stdout ); if (m_config.gpu_runtime_stat_flag & GPU_RSTAT_L1MISS) shader_print_l1_miss_stat( stdout ); } |
