diff options
| -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. |
