summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2012-05-17 13:26:55 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:47:31 -0700
commit777bcb88020996e3a4c180040817cfb49748cde6 (patch)
treee4a4b625021782ae0bdd5bed4443b1a6e1df7ee6
parent5ea6d0d35fe8005da93b796b1ebf43660a236357 (diff)
update description, yet again
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12628]
-rw-r--r--CHANGES8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index bdd41be..a2b5351 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,9 +21,11 @@ Version 3.1.0 versus 3.0.2
- Removed the no longer supported/used decuda_to_ptxplus
- Removed all dependencies on the boost libraries. Now GPGPU-Sim can run
without boost.
-- Added missing support for -gpgpu_perfect_mem. When enabled this option
- models a memory system with single cycle latency per memory request for
- accesses that miss in the L1 caches.
+- Added missing support for -gpgpu_perfect_mem. When enabled this option models
+ a memory system with single cycle latency per memory request for accesses that
+ miss in the L1 cache. Bandwidth is limited to one memory request issued per
+ SIMT core cycle. Note this means uncoalesced accessess will be slower than
+ coalesced accesses.
- Bug Fixes:
- Added a missed call to operand collector writeback which fixes some
writebacks that were not considered by the operand collector.