summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-04-23 21:24:22 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:06 -0700
commitdfc8b3c8bd25d4f2b81809ff95187e327b65c6d9 (patch)
tree4263010c38b776bc6fbf14c90136413cbab9b9aa /CHANGES
parent0d717f7c9409a68dd6e2c65eaa86fee1a2019dcc (diff)
Adding all the modifications I did so far since I will start forgetting them.
Modifying the README according to the latest changes. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12096]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 19 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1353915..f68b738 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,22 @@
-CHANGE LOG: Version 3.0.2 versus 3.0.1
+CHANGE LOG:
+Version 3.0.3 versus 3.0.2
+- Support for CUDA 4.0 for both PTX and PTXPlus.
+- Support for using cuobjdump to extract PTX/SASS from binaries.
+- Complete rework for the SASS to PTXPlus conversion code including support for
+ code generated by cuobjdump.
+- Support for configurable pipeline widths.
+- Support for a configurable number of functional units with an SM.
+- Model for GDDR5 bank groups.
+ - GDDR5 configuration.
+- New installation instructions for AerialVision, removed deprecated install
+ script.
+- Bug Fixes:
+ - Fix for bug #142, added a missed call to operand collector writeback which fixes some
+ writebacks that were not considered by the operand collector.
+ - Fix for bug #151, preserves the global symbol table accross ptx files.
+
+
+Version 3.0.2 versus 3.0.1
- Added Fermi configuration
- Revived functional simulation mode
- AerialVision: Revived support for PC-Histogram