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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/trace.h') diff --git a/src/trace.h b/src/trace.h index c7b389e..a79b4a0 100644 --- a/src/trace.h +++ b/src/trace.h @@ -46,6 +46,7 @@ namespace Trace { extern bool enabled; extern int sampling_core; + extern int sampling_memory_partition; extern const char* trace_streams_str[]; extern bool trace_streams_enabled[NUM_TRACE_STREAMS]; extern const char* config_str; -- cgit v1.3