From bb601822351584a4e81dbb2301a01b03b623f09e Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Tue, 21 Aug 2012 18:01:56 -0800 Subject: Two memory errors reported by the valgrind build [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13819] --- src/gpgpu-sim/dram.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpgpu-sim/dram.cc') diff --git a/src/gpgpu-sim/dram.cc b/src/gpgpu-sim/dram.cc index 7571f02..a173a52 100644 --- a/src/gpgpu-sim/dram.cc +++ b/src/gpgpu-sim/dram.cc @@ -92,6 +92,7 @@ dram_t::dram_t( unsigned int partition_id, const struct memory_config *config, m max_mrqs_temp = 0; bwutil = 0; max_mrqs = 0; + ave_mrqs = 0; for (unsigned i=0;i<10;i++) { dram_util_bins[i]=0; -- cgit v1.3