diff options
| author | Wilson Fung <[email protected]> | 2012-03-02 20:16:03 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:04 -0700 |
| commit | 7c334200fa6b14da487fee1a68e4afe66c8dda19 (patch) | |
| tree | c0537f7a2fdde8fedbe272e6685735d78815f9f9 /CHANGES | |
| parent | d541b5c750739bec06572bf93b9f9c675bd769ec (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-- | CHANGES | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |
