From 6eee7514ea8b72fbecd761c50ccfd3394edf2307 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 24 Oct 2010 00:36:19 -0800 Subject: 1. adding top level configuration class and making shader and memory configuration components of this class. 2. clock memory pipeline no. subwarp times for each shader clock and increase rob-size for texture cache (trying to improve correlation, currently at 0.9218) 3. start to modify shader stats to add back features for visualizer (warp divergence distribution kind of working again) passing cuda 3.1 regression and ptxplus correlation tests [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7909] --- src/gpgpu-sim/dram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gpgpu-sim/dram.h') diff --git a/src/gpgpu-sim/dram.h b/src/gpgpu-sim/dram.h index 2a94a31..1a684c2 100644 --- a/src/gpgpu-sim/dram.h +++ b/src/gpgpu-sim/dram.h @@ -144,7 +144,7 @@ public: private: void scheduler_fifo(); - void fast_scheduler_ideal(); + void scheduler_frfcfs(); const struct memory_config *m_config; @@ -184,7 +184,7 @@ private: unsigned int max_mrqs; unsigned int ave_mrqs; - class frfcfs_scheduler* m_fast_ideal_scheduler; + class frfcfs_scheduler* m_frfcfs_scheduler; unsigned int n_cmd_partial; unsigned int n_activity_partial; -- cgit v1.3