From 7415251d79cc19e209e79c8786b3361707a4675d Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Sun, 21 Jul 2013 15:28:56 -0800 Subject: Lengthened the DRAM return queue size to have enough credits in order to keep the DRAM utilized. Also extended the state printing function to print out mem_fetch entries inside the DRAM delay queue. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16639] --- src/gpgpu-sim/l2cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgpu-sim/l2cache.h') diff --git a/src/gpgpu-sim/l2cache.h b/src/gpgpu-sim/l2cache.h index 07e37ca..3df54b1 100644 --- a/src/gpgpu-sim/l2cache.h +++ b/src/gpgpu-sim/l2cache.h @@ -138,7 +138,7 @@ private: unsigned long long ready_cycle; class mem_fetch* req; }; - std::queue m_dram_latency_queue; + std::list m_dram_latency_queue; }; class memory_sub_partition -- cgit v1.3