summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-07-10 23:00:30 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:47:33 -0700
commitdc45f0ec4b16144c248fb86acc905fbb5b627300 (patch)
tree9a67669f23b30b79602c94c43190fdd7435aa74a /CHANGES
parent6f99ffb9b171495df7ef0725f8a8cbffb8d9591c (diff)
Fix for bug #154-internal and #8-external
Adding support for double destination to mad instruction Fixing broken madp instruction Adding a patch to cuobjdump_to_ptxplus to work around the C3 problem (Documented in bug #154 internal). [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13349]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e2e7f68..54b8380 100644
--- a/CHANGES
+++ b/CHANGES
@@ -38,6 +38,7 @@ Version 3.1.0+edits (development branch) versus 3.1.0
The same thing happened when using a prebuilt ptx file through
PTX_SIM_USE_PTX_FILE - It always wanted to
load the same ptx file even though there should have been more than one.
+ - Fixed bug that caused $p3 to be used before it was initialized.
Version 3.1.0 versus 3.0.2
- Support for CUDA 4.0 for both PTX and PTXPlus.