summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2013-07-25 14:06:34 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:58 -0700
commit84f63f6996db657fe1291b4cc6e08b66422918c4 (patch)
treea11db8fb7ca10363ef512496130fd5e95a7f32af /CHANGES
parentb5e2e7003f5d628d1c9baef08e6f6ae8b43e2ee5 (diff)
Adding bandwidth modeling to the cache model.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16671]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0be0d4c..d805f37 100644
--- a/CHANGES
+++ b/CHANGES
@@ -39,6 +39,10 @@ Version 3.2.1+edits (development branch) versus 3.2.1
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.
+- Added a bandwidth model to throttle the cache hit bandwidth. Now accesses
+ that exceed the data port width (but still fit within a cache line) will
+ occupy the cache for multiple cycles. This allows us to decouple the L2
+ cache bandwidth from the interconnect network port bandwidth.
- Bug Fixes:
- Fixed the flit count sent to GPUWattch for atomic operations.
- Fix for Bug 51 - Updated the function declaration of
@@ -63,6 +67,8 @@ Version 3.2.1+edits (development branch) versus 3.2.1
entries with no data.
- Fix for Bug 63 - Changed bk[i]->n_idle++; to bk[j]->n_idle++; in
dram_t::cycle().
+ - Fixed the segmentation faults that occur when L2 cache is diabled. The
+ bug was introduced when GPUWattch was integrated into GPGPU-Sim.
Version 3.2.1 versus 3.2.0
- Added kernel name and launch uids to performance statistics log.