From 3f232f6b1c9a2c9294b6a23f1d12958ebef7491a Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Tue, 1 Oct 2013 09:27:02 -0800 Subject: 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] --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') 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. -- cgit v1.3