From a18312ee6d0137b309a7bccc5af9f44462d8dd4c Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Wed, 6 Feb 2013 19:25:20 -0800 Subject: Adding L2 WB bug fix to CHANGES [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15184] --- CHANGES | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index bbd2bde..e8f8a69 100644 --- a/CHANGES +++ b/CHANGES @@ -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. -- cgit v1.3