summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTayler Hetherington <[email protected]>2012-09-18 10:06:28 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:49:20 -0700
commitb19fd89f07b3221ea73f6c2442880c2e5c1e68a5 (patch)
treef855601cf0b1d5e185fe581b114bdeae0a750a19 /CHANGES
parentdfaaa985231ae281dbf03854681b19db1b10fd8d (diff)
Updating CHANGES to reflect the changes in changelist 14081
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14098]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7eaf055..9de9f26 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,9 @@ Version 3.1.1+edits (development branch) versus 3.1.1
- Added support for converting BRX sass instructions to brx ptxplus instructions
in cuobjdump_to_ptxplus and started work on getting the brx ptxplus
instruction to work in gpgpusim.
+- Modified the cache hierarchy (cache_t -> baseline_cache -> [read_only_cache, data_cache, ...])
+- Enabled configurable cache policies (write-back, write-through) and implemented
+ a write-allocate policy
- Bug Fixes:
- Fixed a compile error that happens with newer gcc/g++ versions (4.7.1)
- Fixed a bug with the association between cuobjdump output and cubin
@@ -43,6 +46,8 @@ Version 3.1.1+edits (development branch) versus 3.1.1
instruction or not showing up at all. This should correct a bug where the
instruction addresses in ptxplus are different than sass. They need to be
the same for the brx ptxplus instruction to work.
+ - Fixed a bug where the L2 cache was modelling write-back for local writes
+ and write-evict for global writes - Should be write-back for all writes.
Version 3.1.1 versus 3.1.0
- Add checks to top level makefile to ensure setup_environment is run and checks to