summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2012-03-02 20:16:03 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:04 -0700
commit7c334200fa6b14da487fee1a68e4afe66c8dda19 (patch)
treec0537f7a2fdde8fedbe272e6685735d78815f9f9 /CHANGES
parentd541b5c750739bec06572bf93b9f9c675bd769ec (diff)
Updated CHANGE file for the latest bug fixes.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11589]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 98b1a5d..1353915 100644
--- a/CHANGES
+++ b/CHANGES
@@ -33,7 +33,13 @@ CHANGE LOG: Version 3.0.2 versus 3.0.1
gpgpu_n_tex_insn
gpgpu_n_const_mem_insn
gpgpu_n_param_mem_insn
-- Fixed a bug where the PTX load and store instructions' input address register dependencies were not being registered with the scoreboard
+- Fixed a bug where the PTX load and store instructions' input address register
+ dependencies were not being registered with the scoreboard.
+- Updated how pending hits in data cache are reported (3.0.0 and 3.0.1 reports
+ the difference between the number of cache misses and pending hits).
+- Fixed a bug where a configuration with non power-of-two number of memory
+ partitions can cause two different linear address to be aliased into the
+ same intra-partition address at the same memory partition.
Version 3.0.1 versus 3.0.0b
- Updated README and setup_environment for more streamlined setup.