summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2013-10-01 09:27:02 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:59 -0700
commit3f232f6b1c9a2c9294b6a23f1d12958ebef7491a (patch)
tree14c6957668559a0038ccde6a56b09c6b142ba77e /CHANGES
parentbb2a665ccd57f71043561a965a4c11931f96e7ef (diff)
Allocating aligned local memory
Fixing the alignment of all types of memory so that it's aligned to size or 128byte whichever is smaller Refactoring out the padding code [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 17047]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e45b4ad..7856f07 100644
--- a/CHANGES
+++ b/CHANGES
@@ -84,6 +84,8 @@ Version 3.2.1+edits (development branch) versus 3.2.1
write-back, write-allocate policy. The fix involves generating different
types of write-allocation requests for L1 and L2 caches, so that
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.
Version 3.2.1 versus 3.2.0
- Added kernel name and launch uids to performance statistics log.