summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJingwen Leng (UT Austin) <[email protected]>2013-10-15 19:05:58 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:59 -0700
commitda74edd77d3effb3da82090c05ebd3a1f3965f1f (patch)
treedcd310e14a7a343f285a4408374d72a9c43db194 /CHANGES
parent3c71147d4138fbed4334a70c80b70a54539cce35 (diff)
fix dram sampling interval scaling
fix dram clock energy scaling [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 17124]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d22401b..fe73cbc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -87,6 +87,11 @@ Version 3.2.1+edits (development branch) versus 3.2.1
write-allocation requests from L1 cache are not consumed by the L2 cache.
- Fixed a bug that caused allocated local and stack memory to be not correctly
aligned.
+ - Fix for Bug 67 - updated the DRAM operaion coeff so that it adapts to different
+ calculation interval. Moved the DRAM related coeffs in XML configuration. Both
+ gpuwattch_gtx480.xml and gpuwattch_quadrofx5600.xml are added with GDDR5/GDDR3
+ coeffs.
+
Version 3.2.1 versus 3.2.0
- Added kernel name and launch uids to performance statistics log.