summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2012-06-13 23:35:32 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:47:32 -0700
commitab4d53afde24b3ebaefa3fbacb71915dc6dba916 (patch)
tree17f39be95c65aa41459588a1880ca0edfcd37d9a /CHANGES
parent8a3291b1f8f2e373501d41496bd8820fad100bb0 (diff)
Upated CHANGES to include description to bug 168 (internal).
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13089]
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.