From d3d0b38b90f14660ecb6243373daa921f8ae02b1 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sat, 17 Jul 2010 10:29:05 -0800 Subject: integrating Wilson's bugfixes from release branch [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6869] --- src/gpgpu-sim/histogram.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpgpu-sim/histogram.h') diff --git a/src/gpgpu-sim/histogram.h b/src/gpgpu-sim/histogram.h index 2d39410..5470050 100644 --- a/src/gpgpu-sim/histogram.h +++ b/src/gpgpu-sim/histogram.h @@ -78,6 +78,7 @@ protected: int *m_bins; // bin boundaries int *m_bin_cnts; // counters int m_maximum; // the maximum sample + signed long long int m_sum; // for calculating the average public: -- cgit v1.3