From b346aa92a4d8a432eb5b6f5aa5d4cc22aef41833 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Wed, 20 Feb 2013 22:20:36 -0800 Subject: Updating changes file [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15297] --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES b/CHANGES index 4bba86b..0b3b329 100644 --- a/CHANGES +++ b/CHANGES @@ -17,6 +17,13 @@ Version 3.2.0+edits (development branch) versus 3.2.0 generates any writeback traffic. Even if the writeback traffic is generated, the configuration (writeback cache + allocation-on-fill) will inevitably lead to deadlock. +- Added the ability plot stats with an increasing number of data points in aerielvision +- Added aerialvision support for profiling which warps issue on a sampling shader +- Added DPRINTF support to gpgpusim. Allows for dynamically enabled print streams. + Currently the warp scheduler and scoreboard use this system. All prints should be moved + to use it. +- Added support in ptx_instruction to return a std::string which returns the ptx/ptxplus line. +- Added a Greedy Then Oldest (GTO) warp scheduler. - Bug Fixes: - Applied patch from Kito Cheng to update libopencl for checking NULL error code pointer. @@ -31,6 +38,8 @@ Version 3.2.0+edits (development branch) versus 3.2.0 - Fixed a delete [] problem. - Fixed a potential issue memsetting *this to 0. - Fix for Bug 42 - ptx parse failure on valid ptx file (Alexander Samoilov) + - Fixed the implementation of the two level scheduler. + Previously testing if an instruction was dependent on a long latency operation was broken. Version 3.2.0 versus 3.1.2 - Added GPUWattch GPGPU power model based on McPAT 0.8beta. -- cgit v1.3