From bb4cc3179dd36e882fb78732c9dfb99b1528b8d9 Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Wed, 17 Jul 2013 16:44:50 -0800 Subject: Redesigned the memory partition unit to support multiple L2 cache banks per partition. Each L2 cache banks has its own connection to the interconnection network to allow L2 bandwidth to scale without increase the number of memory parttiion units. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16613] --- src/trace.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/trace.cc') diff --git a/src/trace.cc b/src/trace.cc index 05b9d6b..5171e46 100644 --- a/src/trace.cc +++ b/src/trace.cc @@ -41,6 +41,7 @@ namespace Trace { bool enabled = false; int sampling_core = 0; + int sampling_memory_partition = -1; bool trace_streams_enabled[NUM_TRACE_STREAMS] = {false}; const char* config_str; -- cgit v1.3