commit | 3ea5b9cc71960a95a34adfde600c8fb87d4f053a | [log] [tgz] |
---|---|---|
author | Jason Sams <jsams@google.com> | Wed Nov 14 18:08:34 2012 -0800 |
committer | Jason Sams <jsams@google.com> | Wed Nov 14 18:08:34 2012 -0800 |
tree | fb0188736a6259a28e00825328e0a94ae12ca194 | |
parent | c5b34c6ff0f1c2a25c45af932e1d7a7b494a34b0 [diff] |
Fix performance when reading or writing large buffers. Blur intrinsic which uses ~25mb of data would spill the L2 cache when a smarter walking pattern could reduce this hit. We now vary the chunk size on both the processor count and data size. N7 execution time drops 1959ms to 930ms Mako 470ms to 385ms Manta, no change. Change-Id: I57e36e2fec3bb51033a9bd9f3040963f5b071eb0