summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2012-01-17 00:23:46 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:02 -0700
commitf0bfd72df3f664c2b44595d1a393ec6b535181c0 (patch)
tree8e68d26b14972901b17c84782a2f7f3277de4fdf /src/gpgpu-sim/gpu-sim.h
parent5e46e5ce42b9c88c9ae3d8fb7ab9df4f0f2e7c97 (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.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index ab5e8bc..7c14594 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -267,7 +267,6 @@ private:
void shader_print_runtime_stat( FILE *fout );
void shader_print_l1_miss_stat( FILE *fout ) const;
void visualizer_printstat();
- void print_shader_cycle_distro( FILE *fout ) const;
void gpgpu_debug();