summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2013-02-20 22:20:36 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:05 -0700
commitb346aa92a4d8a432eb5b6f5aa5d4cc22aef41833 (patch)
treeac5bec6bef596cc127987b41668985b119f3f0f0 /CHANGES
parentdac99ef22b4d0e238782731398626fdcf6e5a3a6 (diff)
Updating changes file
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15297]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
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.