summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2012-05-17 10:35:40 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:47:30 -0700
commitd32ab26591e6cf466f3e35a5e7fdd43ba1f397a6 (patch)
tree1610cffeb12adb10fdafacd204e12ff3189c8b40 /CHANGES
parent2fa02c741d10011805ebf6591e0cef2b82ee27b3 (diff)
revising description
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12625]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index acbc2de..bdd41be 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,9 @@ 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.
- Bug Fixes:
- Added a missed call to operand collector writeback which fixes some
writebacks that were not considered by the operand collector.
@@ -34,8 +37,6 @@ Version 3.1.0 versus 3.0.2
Atomic Operation Unit; atomic accesses now have a payload both to and
from the Atomic Operation Unit
- Fixed a bug that caused deadlock check to be omitted
- - Added a missed support for the perfect memory configuration option which
- models a memory system with 1 cycle latency per request.
- Updated the Fermi config files such that when an access misses the L1 data
cache, it allocates a line immediately before sending a data fetch request
out to the memory partition.