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] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index c840208..34d7b65 100644 --- a/CHANGES +++ b/CHANGES @@ -32,6 +32,10 @@ Version 3.2.1+edits (development branch) versus 3.2.1 - Adding an option to force global memory access to skip L1 data cache, while local memory accesses can still be cached in L1 data cache. This feature can be used to emulate the behavior of '-Xptxas -dlcm=cg'. +- Redesigned the memory partition microarchitecture model to allow multiple L2 + cache banks (sub partitions) in each memory partition. Each memory partition + contains a single DRAM scheduler, and one or more L2 cache banks. Each L2 + cache bank has an independent port to the interconnection network. - Bug Fixes: - Fixed the flit count sent to GPUWattch for atomic operations. - Fix for Bug 51 - Updated the function declaration of -- cgit v1.3