diff options
| author | Andrew M. B. Boktor <[email protected]> | 2013-10-01 09:27:02 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:59 -0700 |
| commit | 3f232f6b1c9a2c9294b6a23f1d12958ebef7491a (patch) | |
| tree | 14c6957668559a0038ccde6a56b09c6b142ba77e /CHANGES | |
| parent | bb2a665ccd57f71043561a965a4c11931f96e7ef (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-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
