summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTayler Hetherington <[email protected]>2014-07-08 16:06:37 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:59 -0700
commit94a6b6c513c0afaf86770d2af0e41c8d7d0da3f5 (patch)
treede4bb179535247ce61f018655ead524d90926c52 /CHANGES
parent7cfef9166fe19e7fe73bf0d71e114dfec56e011b (diff)
- Code review 1173001
- Added a parameter to the cache configuration to configure the set index function. - Added a hash set index function to the Fermi L1 data cache for the two default cache sizes, 16KB/48KB with 32/64 sets. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 18202]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 10 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 28a3766..c994737 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,17 @@
LOG:
Version 3.2.3+edits (development branch) versus 3.2.3
-- Fixed bug #81, fix ordering of pushing branch entries to the stack
+- Added a parameter to the cache configuration to configure the set index
+ function. Added a hash set index function to the Fermi L1 data cache for
+ the two default cache sizes, 16KB/48KB with 32/64 sets.
+
+- Bug fixes:
+ - Fixed bug #81, fix ordering of pushing branch entries to the stack
Version 3.2.3 versus 3.2.2
-- Fixed bug #78, added signed types to implementation of slct instruction.
-- Fixed bug #64, properly handing unsigned add.
-- Fixed bug #80, sad instruction operands were not corret.
+- Bug fixes:
+ - Fixed bug #78, added signed types to implementation of slct instruction.
+ - Fixed bug #64, properly handing unsigned add.
+ - Fixed bug #80, sad instruction operands were not corret.
Version 3.2.2 versus 3.2.1
- Added NVIDIA Quadro FX5600 GPGPU-Sim and GPUWattch configuration files.