summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 33f6210..8080b46 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,10 @@ Version 3.1.0+edits (development branch) versus 3.1.0
in cuobjdump_to_ptxplus
- Correctly handling MVC instructions in cuobjdump_to_ptxplus; now they can
map to cvt or mov.
+ - Corrected calculation of average memory latency. Before this fix, the
+ metric was only reporting the average for memory accesses from the final
+ AerialVision sampling window. Now the metric reports average memory
+ latency for all memory accesses in the entire application run.
Version 3.1.0 versus 3.0.2
- Support for CUDA 4.0 for both PTX and PTXPlus.