diff options
| author | Tayler Hetherington <[email protected]> | 2013-02-06 19:25:20 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:25 -0700 |
| commit | a18312ee6d0137b309a7bccc5af9f44462d8dd4c (patch) | |
| tree | d0d35b0df94d472a25d636e5bb8b5f47a62d5e0e | |
| parent | 5236516fd0895a285aa6a204db52ec8097bbbe37 (diff) | |
Adding L2 WB bug fix to CHANGES
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15184]
| -rw-r--r-- | CHANGES | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,12 +1,18 @@ LOG: Version 3.2.0+edits (development branch) versus 3.2.0 -- Added kernel name and launch uids to performance statistics log. +- Added kernel name and launch uids to performance statistics log. +- Added l2_cache_config class to extend baseline cache_config. Allows for custom, + L2 cache specific functions (such as tag/set index generation functions). - Bug Fixes: - Applied patch from Kito Cheng to update libopencl for checking NULL error code pointer. - Set the numeric locale before the parsing to a standard locale with the decimal point represented as "dot" not a "comma", so parsing is done correctly independent of the system locale. + - Fixed L2 Writeback bug caused by using the memory partition address for + both the cache set index generation and for storing tag/block address. + Caused writebacks from the L2 to have a different address than the original + memory request. Version 3.2.0 versus 3.1.2 - Added GPUWattch GPGPU power model based on McPAT 0.8beta. |
