summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-05-29 17:39:50 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:47:32 -0700
commit834af5b3dd5a4a900dcf00781d6b35a1e935ea34 (patch)
treed99f9ecdc55b17be0ee4f333a8d365734cf0f883
parent8f1a4433212e5b0d16fe8906deb57cd23bdd8c0a (diff)
Updating CHANGES with my latest commits
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12836]
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a8c4b18..33f6210 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,15 @@
CHANGE LOG:
Version 3.1.0+edits (development branch) versus 3.1.0
+- Removed a dependency on an inhouse implementation of a string list in
+ cuobjdump_to_ptxplus.
+- Cleaned up the information printed out to stdout/stderr during the operation
+ of cuobjdump_to_ptxplus.
- Bug Fixes:
- - fix some potential memory corruption errors in cuobjdump_to_ptxplus
+ - Fixed a couple of memory errors in cuobjdump_to_ptxplus code.
+ - Implemented a better support for handling memory operand type modifier
+ in cuobjdump_to_ptxplus
+ - Correctly handling MVC instructions in cuobjdump_to_ptxplus; now they can
+ map to cvt or mov.
Version 3.1.0 versus 3.0.2
- Support for CUDA 4.0 for both PTX and PTXPlus.