From f0bfd72df3f664c2b44595d1a393ec6b535181c0 Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Tue, 17 Jan 2012 00:23:46 -0800 Subject: 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] --- src/gpgpu-sim/gpu-sim.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gpgpu-sim/gpu-sim.h') 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(); -- cgit v1.3