diff options
| author | Wilson Fung <[email protected]> | 2013-07-21 15:28:56 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:58 -0700 |
| commit | 7415251d79cc19e209e79c8786b3361707a4675d (patch) | |
| tree | 73c3a9070850b768b04f6917a4308cbbaa658894 /CHANGES | |
| parent | 91230095de59333cb694ca84f346cd66097b72db (diff) | |
Lengthened the DRAM return queue size to have enough credits in order to keep the DRAM utilized. Also extended the state printing function to print out mem_fetch entries inside the DRAM delay queue.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16639]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -35,7 +35,10 @@ Version 3.2.1+edits (development branch) versus 3.2.1 - 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. + cache bank has an independent port to the interconnection network. The + configuration files are changes to have a larger DRAM return queue to allow + the credit-based arbiter between the sub partitions and the DRAM scheduler to + tolerate the minimum DRAM latency. - Bug Fixes: - Fixed the flit count sent to GPUWattch for atomic operations. - Fix for Bug 51 - Updated the function declaration of |
