diff options
| author | Wilson Fung <[email protected]> | 2013-07-17 16:44:50 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:58 -0700 |
| commit | bb4cc3179dd36e882fb78732c9dfb99b1528b8d9 (patch) | |
| tree | 6cd7cbb48b4119e33dc0fed9bba3bc7688eb60d2 /CHANGES | |
| parent | e480b8ac999a7132ce003f102d5d5a80a776c2f6 (diff) | |
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]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
