summaryrefslogtreecommitdiff
path: root/Software/Beignet/optimization-guide.mdwn
diff options
context:
space:
mode:
authorZhigang Gong <gongzg@freedesktop.org>2014-12-05 00:51:04 -0800
committerZhigang Gong <gongzg@freedesktop.org>2014-12-05 00:51:04 -0800
commit872c0e31b10f50d8edd711334022e4ed0d649ed0 (patch)
tree2446c78f8decf2c9d0f66dbd6ed0bf2d283212a1 /Software/Beignet/optimization-guide.mdwn
parent305c375531c822613019f726badace765aa191fb (diff)
refine tips.
Diffstat (limited to 'Software/Beignet/optimization-guide.mdwn')
-rw-r--r--Software/Beignet/optimization-guide.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Beignet/optimization-guide.mdwn b/Software/Beignet/optimization-guide.mdwn
index 2c4a1cb4..561673c9 100644
--- a/Software/Beignet/optimization-guide.mdwn
+++ b/Software/Beignet/optimization-guide.mdwn
@@ -59,8 +59,8 @@ Memory Access Optimizations
---------------------------
Memory bandwidth requirement is a key factor for many workloads. Although the total memory read/write
-amount may be a constant for a specific algorithm, here are some tips to increase the cache efficiency
-and how to achieve the maximum read/write throughput capability.
+amount may be a constant for a specific algorithm, you can find some tips here to know how to increase
+the cache efficiency and how to achieve the maximum read/write throughput capability.
* Use shorter data type could get better performance. There are also some detail tips as below.
* Use uchar16/ushort8/uint4 as much as possible.